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

difftreelog

source

node/Cargo.toml3.0 KiBsourcehistory
1[build-dependencies.substrate-build-script-utils]2git = 'https://github.com/usetech-llc/substrate.git'3branch = 'nft_rc3'4version = '2.0.0-rc3'56[[bin]]7name = 'nft'89[package]10authors = ['UseTech Professional <https://usetech.com/blockchain>']11build = 'build.rs'12description = 'Substrate node nft'13edition = '2018'14homepage = 'https://usetech.com/blockchain'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/usetech-llc/substrate.git'36branch = 'nft_rc3'37version = '0.8.0-rc3'3839[dependencies.sc-cli]40git = 'https://github.com/usetech-llc/substrate.git'41branch = 'nft_rc3'42version = '0.8.0-rc3'4344[dependencies.sc-client-api]45git = 'https://github.com/usetech-llc/substrate.git'46branch = 'nft_rc3'47version = '2.0.0-rc3'4849[dependencies.sc-consensus]50git = 'https://github.com/usetech-llc/substrate.git'51branch = 'nft_rc3'52version = '0.8.0-rc3'5354[dependencies.pallet-contracts-rpc]55git = 'https://github.com/usetech-llc/substrate.git'56version = '0.8.0-rc3'57branch = 'nft_rc3'5859[dependencies.sc-rpc]60git = 'https://github.com/usetech-llc/substrate.git'61branch = 'nft_rc3'6263[dependencies.sc-consensus-aura]64git = 'https://github.com/usetech-llc/substrate.git'65branch = 'nft_rc3'66version = '0.8.0-rc3'6768[dependencies.sc-executor]69git = 'https://github.com/usetech-llc/substrate.git'70branch = 'nft_rc3'71version = '0.8.0-rc3'7273[dependencies.sc-finality-grandpa]74git = 'https://github.com/usetech-llc/substrate.git'75branch = 'nft_rc3'76version = '0.8.0-rc3'7778[dependencies.sc-network]79git = 'https://github.com/usetech-llc/substrate.git'80branch = 'nft_rc3'81version = '0.8.0-rc3'8283[dependencies.sc-service]84git = 'https://github.com/usetech-llc/substrate.git'85branch = 'nft_rc3'86version = '0.8.0-rc3'8788[dependencies.sc-transaction-pool]89git = 'https://github.com/usetech-llc/substrate.git'90branch = 'nft_rc3'91version = '2.0.0-rc3'9293[dependencies.sp-consensus]94git = 'https://github.com/usetech-llc/substrate.git'95branch = 'nft_rc3'96version = '0.8.0-rc3'9798[dependencies.sp-consensus-aura]99git = 'https://github.com/usetech-llc/substrate.git'100branch = 'nft_rc3'101version = '0.8.0-rc3'102103[dependencies.sp-core]104git = 'https://github.com/usetech-llc/substrate.git'105branch = 'nft_rc3'106version = '2.0.0-rc3'107108[dependencies.sp-finality-grandpa]109git = 'https://github.com/usetech-llc/substrate.git'110branch = 'nft_rc3'111version = '2.0.0-rc3'112113[dependencies.sp-inherents]114git = 'https://github.com/usetech-llc/substrate.git'115branch = 'nft_rc3'116version = '2.0.0-rc3'117118[dependencies.sp-runtime]119git = 'https://github.com/usetech-llc/substrate.git'120branch = 'nft_rc3'121version = '2.0.0-rc3'122123[dependencies.sp-transaction-pool]124git = 'https://github.com/usetech-llc/substrate.git'125branch = 'nft_rc3'126version = '2.0.0-rc3'