1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 19:27:22 +03:00
wezterm/ratelim/Cargo.toml
2020-10-03 11:15:57 -07:00

12 lines
279 B
TOML

[package]
name = "ratelim"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ratelimit_meter = "5.0"
config = { path = "../config" }