Cargo.toml 261 B

1234567891011
  1. [package]
  2. name = "sync-it"
  3. version = "0.1.0"
  4. authors = ["Samuel W. Flint <swflint@flintfam.org>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. toml = "0.5.6"
  9. serde = "1.0.116"