mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
16 lines
291 B
TOML
16 lines
291 B
TOML
[package]
|
|
name = "limit"
|
|
version = "0.0.0"
|
|
repository.workspace = true
|
|
description = "A struct to enforce limits for rust-analyzer."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[features]
|
|
tracking = []
|
|
|
|
[lints]
|
|
workspace = true
|