Cargo.toml 743 B

123456789101112131415161718
  1. [package]
  2. authors = ['Joystream contributors']
  3. build = 'build.rs'
  4. edition = '2018'
  5. name = 'chain-spec-builder'
  6. version = '3.1.1'
  7. [dependencies]
  8. ansi_term = "0.12.1"
  9. rand = "0.7.2"
  10. structopt = "0.3.8"
  11. sc-keystore = { git = 'https://github.com/paritytech/substrate.git', rev = '2cd20966cc09b059817c3ebe12fc130cdd850d62' }
  12. sc-telemetry = { git = 'https://github.com/paritytech/substrate.git', rev = '2cd20966cc09b059817c3ebe12fc130cdd850d62' }
  13. sc-chain-spec = { git = 'https://github.com/paritytech/substrate.git', rev = '2cd20966cc09b059817c3ebe12fc130cdd850d62' }
  14. sp-core = { git = 'https://github.com/paritytech/substrate.git', rev = '2cd20966cc09b059817c3ebe12fc130cdd850d62' }
  15. joystream-node = { path = "../../node" }
  16. enum-utils = "0.1.2"