mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
13 lines
218 B
TOML
13 lines
218 B
TOML
[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"]
|