diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-07-03 14:53:16 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-07-03 14:53:16 +1200 |
commit | 701448be2c3c58e30960d46f090bf08adfc02832 (patch) | |
tree | 409be74cdbb4bf311cb98fbee14f67fcd9c680d0 /Cargo.toml | |
download | bedrock-core-701448be2c3c58e30960d46f090bf08adfc02832.zip |
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4e1cb8f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "bedrock-core" +version = "0.0.1" +authors = ["Ben Bridle"] +edition = "2024" +description = "Bedrock core architecture" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |