Cargo.toml 944 B

12345678910111213141516171819202122232425262728293031
  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. joystream-runtime = { path = "../../runtime", package = "joystream-node-runtime" }
  16. [dependencies.sr-keystore]
  17. git = 'https://github.com/paritytech/substrate.git'
  18. package = 'substrate-keystore'
  19. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
  20. [dependencies.sr-primitives]
  21. git = 'https://github.com/paritytech/substrate.git'
  22. package = 'substrate-primitives'
  23. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
  24. [dependencies.substrate-telemetry]
  25. git = 'https://github.com/paritytech/substrate.git'
  26. package = 'substrate-telemetry'
  27. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'