浏览代码

Add an initial TOML file

Samuel W. Flint 4 年之前
父节点
当前提交
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"