rust-analyzer/crates/limit/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
291 B
TOML
Raw Normal View History

2021-07-10 20:49:17 +00:00
[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
2021-07-10 20:49:17 +00:00
[features]
tracking = []
[lints]
2024-04-06 11:12:07 +00:00
workspace = true