rust/crates/limit/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
181 B
TOML
Raw Normal View History

2021-07-10 21:49:17 +01:00
[package]
name = "limit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
2021-10-21 17:49:28 +02:00
edition = "2021"
2021-12-16 01:49:48 +05:00
rust-version = "1.57"
2021-07-10 21:49:17 +01:00
[features]
tracking = []
default = ["tracking"]