rust-analyzer/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 20:49:17 +00:00
[package]
name = "limit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
2021-10-21 15:49:28 +00:00
edition = "2021"
2021-12-15 20:49:48 +00:00
rust-version = "1.57"
2021-07-10 20:49:17 +00:00
[features]
tracking = []
default = ["tracking"]