aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-04 16:16:26 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-04 16:16:26 -0400
commit070315ce5f80e82fcb5f39c15cd7bbf1682fdf8b (patch)
treec920ef6bf8bba1f0b3fb16762b393b94223e0244 /Cargo.toml
parent87609f82bf63ba4d69d106bc6f328306f7f3628a (diff)
downloadrbw-070315ce5f80e82fcb5f39c15cd7bbf1682fdf8b.tar.gz
rbw-070315ce5f80e82fcb5f39c15cd7bbf1682fdf8b.zip
project skeleton
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..69fd9ee
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "rbw"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]