Cargo.toml 749 B

1234567891011121314151617181920212223242526272829303132
  1. [package]
  2. name = 'substrate-common-module'
  3. version = '1.0.0'
  4. authors = ['Joystream contributors']
  5. edition = '2018'
  6. [features]
  7. default = ['std']
  8. std = [
  9. 'sr-primitives/std',
  10. 'srml-support/std',
  11. 'system/std',
  12. ]
  13. [dependencies.sr-primitives]
  14. default_features = false
  15. git = 'https://github.com/paritytech/substrate.git'
  16. package = 'sr-primitives'
  17. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
  18. [dependencies.srml-support]
  19. default_features = false
  20. git = 'https://github.com/paritytech/substrate.git'
  21. package = 'srml-support'
  22. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
  23. [dependencies.system]
  24. default_features = false
  25. git = 'https://github.com/paritytech/substrate.git'
  26. package = 'srml-system'
  27. rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'