mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 08:57:34 +00:00
11 lines
181 B
TOML
11 lines
181 B
TOML
[package]
|
|
name = "limit"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
|
|
[features]
|
|
tracking = []
|
|
default = ["tracking"]
|