rust/crates/limit/Cargo.toml

16 lines
243 B
TOML
Raw Normal View History

2021-07-10 15:49:17 -05:00
[package]
name = "limit"
version = "0.0.0"
description = "TBD"
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
2021-07-10 15:49:17 -05:00
[features]
tracking = []
default = ["tracking"]
[lints]
workspace = true