summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2025-07-03 14:53:16 +1200
committerBen Bridle <bridle.benjamin@gmail.com>2025-07-03 14:53:16 +1200
commit701448be2c3c58e30960d46f090bf08adfc02832 (patch)
tree409be74cdbb4bf311cb98fbee14f67fcd9c680d0 /Cargo.toml
downloadbedrock-core-701448be2c3c58e30960d46f090bf08adfc02832.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
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]