2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-14 21:18:40 +00:00
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 21:49:17 +01: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 21:49:17 +01:00
[features]
tracking = []
[lints]
2024-04-06 13:12:07 +02:00
workspace = true