summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorolivia <olivia@fastmail.com>2018-04-26 21:41:19 +0200
committerolivia <olivia@fastmail.com>2018-04-26 21:41:19 +0200
commit3ffefa32e156f3b8f05df798c4a3e6bd5899f30c (patch)
tree82bd61aba0179a9ade710c6530b941624d746169 /Cargo.toml
parent5e89d1e888a8fafc39096afce36d02e313f349c2 (diff)
init new cargo project
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..ec00628
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "rustlings"
+version = "0.1.0"
+authors = ["olivia <olivia@fastmail.com>"]
+
+[dependencies]