mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 09:48:10 +00:00
11 lines
198 B
TOML
11 lines
198 B
TOML
[package]
|
|
name = "limit"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["rust-analyzer developers"]
|
|
edition = "2018"
|
|
|
|
[features]
|
|
tracking = []
|
|
default = ["tracking"]
|