From 4e6c5c534d525d56ee998606d438c46ca257d3cf Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 28 Feb 2023 14:38:06 +0200 Subject: [PATCH] docs: small doc updates --- api/Cargo.toml | 2 +- client/Cargo.toml | 2 +- client/README.md | 2 +- server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index 77af3fe..f3cc4aa 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -3,7 +3,7 @@ name = "api" version = "0.1.0" authors = ["Jonni Liljamo "] edition = "2021" -description = "API for a deck building game" +description = "API for laurelin" readme = "README.md" repository = "https://git.src.quest/~skye/deck-builder/" license = "GPL-3.0-only" diff --git a/client/Cargo.toml b/client/Cargo.toml index 7306e43..39bf863 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -3,7 +3,7 @@ name = "client" version = "0.1.0" authors = ["Jonni Liljamo "] edition = "2021" -description = "Client for a deck building game" +description = "Client for laurelin" readme = "README.md" repository = "https://git.src.quest/~skye/deck-builder/" license = "GPL-3.0-only" diff --git a/client/README.md b/client/README.md index 9d223f9..53b5d68 100644 --- a/client/README.md +++ b/client/README.md @@ -1 +1 @@ -# Deck Builder Client +# Laurelin Client diff --git a/server/Cargo.toml b/server/Cargo.toml index 1fccf90..212604d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -3,7 +3,7 @@ name = "server" version = "0.1.0" authors = ["Jonni Liljamo "] edition = "2021" -description = "Server for a deck building game" +description = "Server for laurelin" readme = "README.md" repository = "https://git.src.quest/~skye/deck-builder/" license = "GPL-3.0-only" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index ae9af6c..9eb0cc4 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -3,7 +3,7 @@ name = "shared" version = "0.1.0" authors = ["Jonni Liljamo "] edition = "2021" -description = "Shared components for a deck building game" +description = "Shared components for laurelin" readme = "README.md" repository = "https://git.src.quest/~skye/deck-builder/" license = "GPL-3.0-only" -- 2.44.1