mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
fd45b40750
This also makes cargo audit happier
17 lines
222 B
TOML
17 lines
222 B
TOML
[package]
|
|
name = "rangeset"
|
|
version = "0.1.0"
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
num = "0.3"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5"
|
|
|
|
[[bench]]
|
|
name = "rangeset"
|
|
harness = false
|
|
|