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