|
| 1 | +[profile.release] |
| 2 | +panic = 'unwind' |
| 3 | + |
| 4 | +[package] |
| 5 | +authors = ['clearloop'] |
| 6 | +build = 'build.rs' |
| 7 | +edition = '2018' |
| 8 | +name = 'lc-srml' |
| 9 | +version = '2.0.0' |
| 10 | + |
| 11 | +[build-dependencies] |
| 12 | +vergen = '3.0.4' |
| 13 | + |
| 14 | +[build-dependencies.build-script-utils] |
| 15 | +git = 'https://github.com/paritytech/substrate.git' |
| 16 | +package = 'substrate-build-script-utils' |
| 17 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 18 | +version = '2.0.0' |
| 19 | + |
| 20 | +[dependencies] |
| 21 | +futures = '0.3.1' |
| 22 | +log = '0.4.8' |
| 23 | +parking_lot = '0.9.0' |
| 24 | +tokio = '0.1.22' |
| 25 | +trie-root = '0.15.2' |
| 26 | + |
| 27 | +[dependencies.codec] |
| 28 | +package = 'parity-scale-codec' |
| 29 | +version = '1.0.0' |
| 30 | + |
| 31 | +[dependencies.ctrlc] |
| 32 | +features = ['termination'] |
| 33 | +version = '3.1.3' |
| 34 | + |
| 35 | +[dependencies.futures01] |
| 36 | +package = 'futures' |
| 37 | +version = '0.1.29' |
| 38 | + |
| 39 | +[dependencies.grandpa] |
| 40 | +git = 'https://github.com/paritytech/substrate.git' |
| 41 | +package = 'sc-finality-grandpa' |
| 42 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 43 | +version = '2.0.0' |
| 44 | + |
| 45 | +[dependencies.grandpa-primitives] |
| 46 | +git = 'https://github.com/paritytech/substrate.git' |
| 47 | +package = 'sp-finality-grandpa' |
| 48 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 49 | +version = '2.0.0' |
| 50 | + |
| 51 | +[dependencies.node-template-runtime] |
| 52 | +path = 'runtime' |
| 53 | +version = '2.0.0' |
| 54 | + |
| 55 | +[dependencies.sc-basic-authority] |
| 56 | +git = 'https://github.com/paritytech/substrate.git' |
| 57 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 58 | + |
| 59 | +[dependencies.sc-cli] |
| 60 | +git = 'https://github.com/paritytech/substrate.git' |
| 61 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 62 | +version = '2.0.0' |
| 63 | + |
| 64 | +[dependencies.sc-client] |
| 65 | +git = 'https://github.com/paritytech/substrate.git' |
| 66 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 67 | +version = '2.0.0' |
| 68 | + |
| 69 | +[dependencies.sc-consensus-aura] |
| 70 | +git = 'https://github.com/paritytech/substrate.git' |
| 71 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 72 | +version = '0.8' |
| 73 | + |
| 74 | +[dependencies.sc-executor] |
| 75 | +git = 'https://github.com/paritytech/substrate.git' |
| 76 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 77 | +version = '2.0.0' |
| 78 | + |
| 79 | +[dependencies.sc-network] |
| 80 | +git = 'https://github.com/paritytech/substrate.git' |
| 81 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 82 | +version = '0.8' |
| 83 | + |
| 84 | +[dependencies.sc-service] |
| 85 | +git = 'https://github.com/paritytech/substrate.git' |
| 86 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 87 | +version = '2.0.0' |
| 88 | + |
| 89 | +[dependencies.sc-transaction-pool] |
| 90 | +git = 'https://github.com/paritytech/substrate.git' |
| 91 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 92 | +version = '2.0.0' |
| 93 | + |
| 94 | +[dependencies.sp-consensus] |
| 95 | +git = 'https://github.com/paritytech/substrate.git' |
| 96 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 97 | +version = '0.8' |
| 98 | + |
| 99 | +[dependencies.sp-consensus-aura] |
| 100 | +git = 'https://github.com/paritytech/substrate.git' |
| 101 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 102 | +version = '0.8' |
| 103 | + |
| 104 | +[dependencies.sp-core] |
| 105 | +git = 'https://github.com/paritytech/substrate.git' |
| 106 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 107 | +version = '2.0.0' |
| 108 | + |
| 109 | +[dependencies.sp-inherents] |
| 110 | +git = 'https://github.com/paritytech/substrate.git' |
| 111 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 112 | +version = '2.0.0' |
| 113 | + |
| 114 | +[dependencies.sp-io] |
| 115 | +git = 'https://github.com/paritytech/substrate.git' |
| 116 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 117 | +version = '2.0.0' |
| 118 | + |
| 119 | +[dependencies.sp-runtime] |
| 120 | +git = 'https://github.com/paritytech/substrate.git' |
| 121 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 122 | +version = '2.0.0' |
| 123 | + |
| 124 | +[dependencies.sp-transaction-pool] |
| 125 | +git = 'https://github.com/paritytech/substrate.git' |
| 126 | +rev = '3e651110aa06aa835790df63410a29676243fc54' |
| 127 | +version = '2.0.0' |
| 128 | + |
| 129 | +[workspace] |
| 130 | +members = ['runtime'] |
| 131 | + |
| 132 | +[[bin]] |
| 133 | +name = 'lc-srml' |
| 134 | +path = 'src/main.rs' |
0 commit comments