aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-01-09 12:34:46 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-01-09 12:34:46 +0100
commite0e0ac9ea0d893442a0c5806353ebbddb8f905b4 (patch)
tree04cd58a9fa202a974d1a54f9ceed9382aec042c1 /Cargo.toml
downloadsylt-e0e0ac9ea0d893442a0c5806353ebbddb8f905b4.tar.gz
Parsing numbers and inital commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..b51de73
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "tihdy"
+version = "0.1.0"
+authors = ["Edvard Thörnros <edvard.thornros@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]