Cargo.toml 397 B

1234567891011121314
  1. [package]
  2. name = "arti-exp"
  3. version = "0.4.1"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. anyhow = "1.0.70"
  10. async-std = {version = "1.12.0", features = ["attributes"]}
  11. arti-client = {version = "0.8.3", default-features = false, features = ["async-std", "pt-client", "rustls", "compression"]}
  12. simplelog = "0.12.1"