mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
18 lines
238 B
TOML
18 lines
238 B
TOML
[package]
|
|
name = "rangeset"
|
|
version = "0.1.0"
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
num = "0.4"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5"
|
|
|
|
[[bench]]
|
|
name = "rangeset"
|
|
harness = false
|
|
|