git.delta.rocks / unique-network / refs/commits / fd7a9f1bafd1

difftreelog

source

node/Cargo.toml3.0 KiBsourcehistory
1[build-dependencies.substrate-build-script-utils]2git = 'https://github.com/paritytech/substrate.git'3tag = 'v2.0.0-rc3'4version = '2.0.0-rc3'56[[bin]]7name = 'nft'89[package]10authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']11build = 'build.rs'12description = 'Substrate node nft'13edition = '2018'14homepage = 'https://substrate.io'15license = 'Unlicense'16name = 'nft'17repository = 'https://github.com/substrate-developer-hub/nft/'18version = '2.0.0-rc3'1920[package.metadata.docs.rs]21targets = ['x86_64-unknown-linux-gnu']2223[dependencies]24futures = '0.3.4'25log = '0.4.8'26parking_lot = '0.10.0'27structopt = '0.3.8'28jsonrpc-core = '14.0.5'2930[dependencies.nft-runtime]31path = '../runtime'32version = '2.0.0-rc3'3334[dependencies.sc-basic-authorship]35git = 'https://github.com/paritytech/substrate.git'36tag = 'v2.0.0-rc3'37version = '0.8.0-rc3'3839[dependencies.sc-cli]40git = 'https://github.com/paritytech/substrate.git'41tag = 'v2.0.0-rc3'42version = '0.8.0-rc3'4344[dependencies.sc-client-api]45git = 'https://github.com/paritytech/substrate.git'46tag = 'v2.0.0-rc3'47version = '2.0.0-rc3'4849[dependencies.sc-consensus]50git = 'https://github.com/paritytech/substrate.git'51tag = 'v2.0.0-rc3'52version = '0.8.0-rc3'5354[dependencies.pallet-contracts-rpc]55git = 'https://github.com/paritytech/substrate.git'56version = '0.8.0-rc3'57tag = 'v2.0.0-rc3'5859[dependencies.sc-rpc]60git = 'https://github.com/paritytech/substrate.git'61tag = 'v2.0.0-rc3'6263[dependencies.sc-consensus-aura]64git = 'https://github.com/paritytech/substrate.git'65tag = 'v2.0.0-rc3'66version = '0.8.0-rc3'6768[dependencies.sc-executor]69git = 'https://github.com/paritytech/substrate.git'70tag = 'v2.0.0-rc3'71version = '0.8.0-rc3'7273[dependencies.sc-finality-grandpa]74git = 'https://github.com/paritytech/substrate.git'75tag = 'v2.0.0-rc3'76version = '0.8.0-rc3'7778[dependencies.sc-network]79git = 'https://github.com/paritytech/substrate.git'80tag = 'v2.0.0-rc3'81version = '0.8.0-rc3'8283[dependencies.sc-service]84git = 'https://github.com/paritytech/substrate.git'85tag = 'v2.0.0-rc3'86version = '0.8.0-rc3'8788[dependencies.sc-transaction-pool]89git = 'https://github.com/paritytech/substrate.git'90tag = 'v2.0.0-rc3'91version = '2.0.0-rc3'9293[dependencies.sp-consensus]94git = 'https://github.com/paritytech/substrate.git'95tag = 'v2.0.0-rc3'96version = '0.8.0-rc3'9798[dependencies.sp-consensus-aura]99git = 'https://github.com/paritytech/substrate.git'100tag = 'v2.0.0-rc3'101version = '0.8.0-rc3'102103[dependencies.sp-core]104git = 'https://github.com/paritytech/substrate.git'105tag = 'v2.0.0-rc3'106version = '2.0.0-rc3'107108[dependencies.sp-finality-grandpa]109git = 'https://github.com/paritytech/substrate.git'110tag = 'v2.0.0-rc3'111version = '2.0.0-rc3'112113[dependencies.sp-inherents]114git = 'https://github.com/paritytech/substrate.git'115tag = 'v2.0.0-rc3'116version = '2.0.0-rc3'117118[dependencies.sp-runtime]119git = 'https://github.com/paritytech/substrate.git'120tag = 'v2.0.0-rc3'121version = '2.0.0-rc3'122123[dependencies.sp-transaction-pool]124git = 'https://github.com/paritytech/substrate.git'125tag = 'v2.0.0-rc3'126version = '2.0.0-rc3'