mirror of
https://github.com/danog/strum.git
synced 2024-11-29 20:18:58 +01:00
13 lines
338 B
TOML
13 lines
338 B
TOML
[package]
|
|
name = "strum_nostd_tests"
|
|
version = "0.25.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
strum = { path = "../strum", features = ["derive"] }
|
|
strum_macros = { path = "../strum_macros", features = [] }
|
|
|
|
[dev-dependencies]
|
|
rustversion = "1.0" |