summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-17 07:18:58 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-17 07:18:58 +0300
commit80e9c8f81da572278dd5f5218e6db23cd2900d0e (patch)
treeedce768bbd466f9a919cd35c2ec2bb8a85f8ddb0 /Cargo.toml
downloadobnam2-80e9c8f81da572278dd5f5218e6db23cd2900d0e.tar.gz
iniitial commit
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..63ffce8
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "obnam"
+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]