summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 16:43:31 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 16:43:31 +0300
commitd84bf447f95ff6c31a62d1e87bc16d1d3b61892c (patch)
tree2e13367c1093d3cb28edebab53efef4ce02431c1 /Cargo.toml
downloadrust-deb-sample-master.tar.gz
Add: initialHEADmaster
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..ba78815
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "hi"
+version = "0.1.0"
+authors = ["Lars Wirzenius <liw@liw.fi>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]