1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/ratelim/Cargo.toml

12 lines
272 B
TOML
Raw Normal View History

2020-10-03 03:31:39 +03:00
[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]
governor = "0.4"
2020-10-03 03:31:39 +03:00
config = { path = "../config" }