1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-07 06:26:51 +03:00
wezterm/ratelim/Cargo.toml

13 lines
340 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"
2024-05-13 18:29:36 +03:00
publish = false
2020-10-03 03:31:39 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
governor = {version="0.5", default-features=false, features=["std"]}
2020-10-03 03:31:39 +03:00
config = { path = "../config" }