Files
pezkuwi-subxt/polkadot/runtime/common/slot_range_helper/Cargo.toml
T
dependabot[bot] cd901764a5 Bump enumn from 0.1.11 to 0.1.12 (#1412)
Bumps [enumn](https://github.com/dtolnay/enumn) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/dtolnay/enumn/releases)
- [Commits](https://github.com/dtolnay/enumn/compare/0.1.11...0.1.12)

---
updated-dependencies:
- dependency-name: enumn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bastian Köcher <git@kchr.de>
2023-09-06 12:30:54 +03:00

18 lines
566 B
TOML

[package]
name = "slot-range-helper"
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
paste = "1.0"
enumn = "0.1.12"
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
sp-std = { package = "sp-std", path = "../../../../substrate/primitives/std", default-features = false }
sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false }
[features]
default = [ "std" ]
std = [ "parity-scale-codec/std", "sp-runtime/std", "sp-std/std" ]