about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-27 00:17:02 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-27 00:17:02 -0400
commitd64124e97bdf26169f20e98fbdf1af934b265b74 (patch)
tree00179ae01a0495c723a026f58c5840a0db72d87c /Cargo.toml
parent0e199a8bd1a571faaa9960ad7ecfde27be7a1b19 (diff)
downloadclinte-d64124e97bdf26169f20e98fbdf1af934b265b74.tar.gz
init
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..b230f5e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "clinte"
+version = "0.1.0"
+authors = ["Ben Morrison <ben@gbmor.dev>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]