1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00
wezterm/rangeset/Cargo.toml

9 lines
138 B
TOML
Raw Normal View History

[package]
name = "rangeset"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
[dependencies]
2020-12-29 20:21:50 +03:00
num = "0.3"