Samuel W. Flint пре 3 година
родитељ
комит
07a94de487
1 измењених фајлова са 11 додато и 0 уклоњено
  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"