Browse Source

Add an initial TOML file

Samuel W. Flint 3 years ago
parent
commit
07a94de487
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Cargo.toml

+ 11 - 0
Cargo.toml

@@ -0,0 +1,11 @@
+[package]
+name = "sync-it"
+version = "0.1.0"
+authors = ["Samuel W. Flint <swflint@flintfam.org>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+toml = "0.5.6"
+serde = "1.0.116"