aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn / boringcactus <melody@boringcactus.com>2021-06-12 20:28:22 -0600
committerMelody Horn / boringcactus <melody@boringcactus.com>2021-06-12 20:28:22 -0600
commitabc4111ac1c877a7683f416fa374cef53a411304 (patch)
tree371c3d2587fa812755bec7d8f1ccc58fb09e0717 /Cargo.toml
downloadtosin-abc4111ac1c877a7683f416fa374cef53a411304.tar.gz
tosin-abc4111ac1c877a7683f416fa374cef53a411304.zip
initial 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..52b5213
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "tosin"
+version = "0.1.0"
+authors = ["Melody Horn / boringcactus <melody@boringcactus.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]