aboutsummaryrefslogtreecommitdiff
path: root/syrette/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syrette/Cargo.toml')
-rw-r--r--syrette/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/syrette/Cargo.toml b/syrette/Cargo.toml
new file mode 100644
index 0000000..378a243
--- /dev/null
+++ b/syrette/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "syrette"
+version = "0.1.0"
+license = "LGPL-2.1"
+authors = ["HampusM <hampus@hampusmat.com>"]
+description = "The convenient dependency injection library"
+edition = "2021"
+
+[dependencies]