rust/crates/limit/Cargo.toml
2021-10-21 20:10:40 +02:00

12 lines
198 B
TOML

[package]
name = "limit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2021"
[features]
tracking = []
default = ["tracking"]