13 lines
250 B
TOML
Raw Normal View History

[package]
name = "range_bounds_set"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
either = "1.8.0"
[dev-dependencies]
2022-11-25 19:47:34 +00:00
pretty_assertions = "1.3.0"