aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-12-28 17:48:02 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-12-28 17:48:02 +0100
commit7d442d4d555f5b79186a9f1013707f0f4139a535 (patch)
treea77b16c71b3a83dc006fc0072e7e7594492a93ee /Cargo.toml
parentc89fb288e48524a6dee074027bb429b41d465cca (diff)
cargo init
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f922052
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "init"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]