git.delta.rocks / unique-network / refs/commits / 7012a1c2007b

difftreelog

source

pallets/gov-origins/Cargo.toml877 Bsourcehistory
1################################################################################2# Package34[package]5authors = ['Unique Network <support@uniquenetwork.io>']6description = 'Unique App Governance Origins Pallet'7edition = '2021'8homepage = 'https://unique.network'9license = 'GPLv3'10name = 'pallet-gov-origins'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = '0.2.1'1314[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']1617[features]18default = ['std']19std = ['frame-support/std', 'frame-system/std', 'parity-scale-codec/std']20try-runtime = ["frame-support/try-runtime"]2122[dependencies]23################################################################################24# Substrate Dependencies2526parity-scale-codec = { workspace = true }27scale-info = { workspace = true }2829frame-support = { workspace = true }30frame-system = { workspace = true }