summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/limit/Cargo.toml
blob: c08886909922771a8290e4afcf93272add615c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "limit"
version = "0.0.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[features]
tracking = []
default = ["tracking"]