mirror of
https://github.com/danog/strum.git
synced 2024-12-03 09:57:55 +01:00
2b83eceba6
* Whitelist attributes to copy to `EnumDiscriminants`' variants. * Updated `CHANGELOG.md`.
12 lines
298 B
TOML
12 lines
298 B
TOML
[package]
|
|
name = "strum_tests"
|
|
version = "0.15.0"
|
|
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
|
|
|
|
[dependencies]
|
|
strum = { path = "../strum", features = ["derive"] }
|
|
strum_macros = { path = "../strum_macros", features = [] }
|
|
clap = "2.33.0"
|
|
enum_variant_type = "0.2.0"
|
|
structopt = "0.2.18"
|