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