mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
7abc46208d
This appeases some dependabot warnings regarding the use of an old version of parking_lot that has some unsoundness issues. ratelimit_meter is frozen and is succeeded by governor which has a mostly similar API.
12 lines
272 B
TOML
12 lines
272 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]
|
|
governor = "0.4"
|
|
config = { path = "../config" }
|