Cargo.toml 346 B

123456789101112
  1. [package]
  2. name = "btconfig"
  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. config = "0.13.3"
  9. anyhow = { version = "1.0.66", features = ["std", "backtrace"] }
  10. serde = { version = "^1.0.136", features = ["derive"] }