Making the project into a workspace #12

Merged
raphael merged 2 commits from workspace into main 2024-02-07 07:05:56 +00:00
3 changed files with 15 additions and 13 deletions
Showing only changes of commit b9c219a726 - Show all commits

View file

@ -1,19 +1,11 @@
[package]
name = "border-wars"
version = "0.1.0"
edition = "2021"
description = "An online turn based game."
repository = "https://git.tipragot.fr/corentin/border-wars.git"
authors = ["corentin"]
[workspace]
members = ["crates/*"]
resolver = "2"
[lints.rust]
[workspace.lints.rust]
missing_docs = "warn"
[lints.rustdoc]
missing_doc_code_examples = "warn"
private_doc_tests = "warn"
[lints.clippy]
[workspace.lints.clippy]
missing_docs_in_private_items = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"

View file

@ -0,0 +1,10 @@
[package]
name = "border-wars"
version = "0.1.0"
edition = "2021"
description = "An online turn based game."
repository = "https://git.tipragot.fr/corentin/border-wars.git"
authors = ["corentin"]
CoCo_Sol marked this conversation as resolved Outdated

Met CoCoSol a la place de Corentin

Met CoCoSol a la place de Corentin

PS : c'était déjà comme ça avant mais ok

PS : c'était déjà comme ça avant mais ok
[lints]
workspace = true