M api/Cargo.toml => api/Cargo.toml +1 -1
@@ 3,7 3,7 @@ name = "api"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
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"
M client/Cargo.toml => client/Cargo.toml +1 -1
@@ 3,7 3,7 @@ name = "client"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
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"
M client/README.md => client/README.md +1 -1
@@ 1,1 1,1 @@
-# Deck Builder Client
+# Laurelin Client
M server/Cargo.toml => server/Cargo.toml +1 -1
@@ 3,7 3,7 @@ name = "server"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
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"
M shared/Cargo.toml => shared/Cargo.toml +1 -1
@@ 3,7 3,7 @@ name = "shared"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
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"