rust/crates/limit/Cargo.toml
Laurențiu Nicola 8457ae34bd Set MSRV
2021-10-23 15:07:11 +03:00

13 lines
220 B
TOML

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