DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

4e6c5c534d525d56ee998606d438c46ca257d3cf — Jonni Liljamo 1 year, 7 months ago b8f294a
docs: small doc updates
5 files changed, 5 insertions(+), 5 deletions(-)

M api/Cargo.toml
M client/Cargo.toml
M client/README.md
M server/Cargo.toml
M shared/Cargo.toml
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"