Cargo.toml 359 B

12345678910111213
  1. [package]
  2. name = "btfs"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. btlib = { path = "../btlib" }
  8. btrun = { path = "../btrun" }
  9. btproto = { path = "../btproto" }
  10. btsector = { path = "../btsector" }
  11. serde = { version = "^1.0.136", features = ["derive"] }