summaryrefslogtreecommitdiff
path: root/crates/Cargo.toml
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2019-03-22 21:47:54 -0400
committer53hornet <53hornet@gmail.com>2019-03-22 21:47:54 -0400
commitfca68dfe8b49914d13f29706522cb0d3ad80a390 (patch)
treea36175ce0d80b2613da79461de15fef055a8158e /crates/Cargo.toml
parentb1ea85616e4367713afbeabb6cfb6ae553c17a60 (diff)
downloadlearning-rust-fca68dfe8b49914d13f29706522cb0d3ad80a390.tar.xz
learning-rust-fca68dfe8b49914d13f29706522cb0d3ad80a390.zip
Added crates module (?)
Diffstat (limited to 'crates/Cargo.toml')
-rw-r--r--crates/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/Cargo.toml b/crates/Cargo.toml
new file mode 100644
index 0000000..202ff1d
--- /dev/null
+++ b/crates/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "crates"
+version = "0.1.0"
+authors = ["53hornet <53hornet@gmail.com>"]
+edition = "2018"
+
+[dependencies]