Cargo.toml 861 B

123456789101112131415161718192021222324252627282930
  1. [package]
  2. name = "chain-spec-builder"
  3. version = "2.1.0"
  4. authors = ["Parity Technologies <admin@parity.io>"]
  5. edition = "2018"
  6. build = "build.rs"
  7. license = "GPL-3.0"
  8. homepage = "https://substrate.dev"
  9. repository = "https://github.com/paritytech/substrate/"
  10. [dependencies]
  11. ansi_term = "0.12.1"
  12. rand = "0.7.2"
  13. structopt = "0.3.5"
  14. joystream-node = { path = "../../node" }
  15. [dependencies.sr-keystore]
  16. git = 'https://github.com/paritytech/substrate.git'
  17. package = 'substrate-keystore'
  18. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
  19. [dependencies.sr-primitives]
  20. git = 'https://github.com/paritytech/substrate.git'
  21. package = 'substrate-primitives'
  22. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
  23. [dependencies.substrate-telemetry]
  24. git = 'https://github.com/paritytech/substrate.git'
  25. package = 'substrate-telemetry'
  26. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'