rust/crates/limit/Cargo.toml

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-10-23 15:07:11 +03:00
rust-version = "1.56"
2021-07-10 21:49:17 +01:00
[features]
tracking = []
default = ["tracking"]