openethereum/util/version/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
439 B
TOML
Raw Normal View History

[package]
name = "parity-version"
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
2019-12-31 00:47:57 +01:00
version = "2.5.13"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[package.metadata]
[dependencies]
parity-bytes = "0.1"
rlp = { version = "0.3.0", features = ["ethereum"] }
target_info = "0.1"
[build-dependencies]
vergen = "0.1"
rustc_version = "0.2"
toml = "0.4"
2018-01-02 11:02:04 +01:00
[features]
final = []