Cargo.toml 335 B

12345678910111213141516
  1. [package]
  2. name = "hbbs"
  3. version = "0.1.0"
  4. authors = ["open-trade <info@opentradesolutions.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. simple-error = "0.2"
  9. hbb_common = { path = "libs/hbb_common" }
  10. [workspace]
  11. members = ["libs/hbb_common"]