difftreelog
style do not use dotted syntax for dependencies
in: master
1 file changed
node/cli/Cargo.tomldiffbeforeafterboth79unique-runtime = { path = "../../runtime/unique", optional = true }79unique-runtime = { path = "../../runtime/unique", optional = true }80up-common.path = "../../primitives/common"80up-common.path = "../../primitives/common"81up-data-structs = { path = "../../primitives/data-structs", default-features = false }81up-data-structs = { path = "../../primitives/data-structs", default-features = false }82up-rpc.path = "../../primitives/rpc"838284fc-consensus.git = "https://github.com/uniquenetwork/unique-frontier"83fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }8586fc-consensus.branch = "unique-polkadot-v0.9.37"87fc-db.git = "https://github.com/uniquenetwork/unique-frontier"84fc-db = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }88fc-db.branch = "unique-polkadot-v0.9.37"89fc-mapping-sync.git = "https://github.com/uniquenetwork/unique-frontier"85fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }90fc-mapping-sync.branch = "unique-polkadot-v0.9.37"91fc-rpc-core.git = "https://github.com/uniquenetwork/unique-frontier"86fc-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }92fc-rpc-core.branch = "unique-polkadot-v0.9.37"87fc-rpc-core = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }93fc-rpc.git = "https://github.com/uniquenetwork/unique-frontier"94fc-rpc.branch = "unique-polkadot-v0.9.37"95fp-rpc.git = "https://github.com/uniquenetwork/unique-frontier"88fp-rpc = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.37" }96fp-rpc.branch = "unique-polkadot-v0.9.37"978998app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }90app-promotion-rpc = { path = "../../primitives/app_promotion_rpc", default-features = false }99rmrk-rpc.path = "../../primitives/rmrk-rpc"91rmrk-rpc.path = "../../primitives/rmrk-rpc"100uc-rpc = { default-features = false, path = "../../client/rpc" }92uc-rpc = { default-features = false, path = "../../client/rpc" }101unique-rpc = { default-features = false, path = "../rpc" }93unique-rpc = { default-features = false, path = "../rpc" }102up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }94up-pov-estimate-rpc = { path = "../../primitives/pov-estimate-rpc", default-features = false }95up-rpc.path = "../../primitives/rpc"10396104[features]97[features]105default = ["opal-runtime"]98default = ["opal-runtime"]