Cargo.toml 508 B

123456789101112131415161718192021
  1. [package]
  2. name = "xtask"
  3. version = "3.1.0"
  4. authors = ["Anza Maintainers <maintainers@anza.xyz>"]
  5. description = "Blockchain, Rebuilt for Scale"
  6. repository = "https://github.com/anza-xyz/agave"
  7. homepage = "https://anza.xyz/"
  8. license = "Apache-2.0"
  9. edition = "2021"
  10. publish = false
  11. [features]
  12. dummy-for-ci-check = []
  13. frozen-abi = []
  14. [dependencies]
  15. anyhow = "1.0.100"
  16. clap = { version = "4.5.31", features = ["derive"] }
  17. env_logger = "0.11.8"
  18. log = "0.4.28"
  19. tokio = { version = "1.48.0", features = ["full"] }