how.rs/Cargo.toml

19 lines
326 B
TOML
Raw Normal View History

2022-07-21 20:39:47 -04:00
[package]
name = "how"
2023-06-29 01:51:56 -04:00
version = "0.5.0"
2022-07-21 20:39:47 -04:00
edition = "2021"
[features]
default = []
backtrace = []
clone-with-caveats = []
termination = ["dep:ansee"]
2022-07-21 20:39:47 -04:00
[dependencies]
ansee = { git = "https://git.pfaff.dev/michael/ansee", optional = true }
typeid-cast = "0.1"
2022-07-21 20:40:44 -04:00
[[example]]
name = "output"
required-features = [ "termination" ]