summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-04-15 13:44:32 +0100
committerAkshay <[email protected]>2023-04-15 13:44:32 +0100
commit316537bb60099d8535d3d91b7dc39d57be2188a3 (patch)
treec3fc73bec852cfaee692c34f45b6ae3cbae79e8d /Cargo.toml
init rust-bin flake templateHEADmaster
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..c97aa53
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
1[package]
2name = "rust-bin"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]