aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-25 07:00:13 +0000
committerFuwn <[email protected]>2022-03-25 07:00:13 +0000
commit0e137331c1fa5346ffa0fce673fdcc13675271f3 (patch)
tree5edf5ee88df6bb45afeb476b13d861117f2830d8 /Cargo.toml
downloadwindmark-0e137331c1fa5346ffa0fce673fdcc13675271f3.tar.xz
windmark-0e137331c1fa5346ffa0fce673fdcc13675271f3.zip
feat: initialise crate
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..5d50243
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "windmark"
+version = "0.0.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]