diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml new file mode 100644 index 0000000..8ff78a2 --- /dev/null +++ b/server/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "bowshock-server" +edition = "2021" + +version.workspace = true +authors.workspace = true +readme.workspace = true +homepage.workspace = true +repository.workspace = true + +[dependencies] +bowshock = { path = "../core" } + +[lints] +workspace = true |