blob: c89722cc40deec5b0d4bc106dd34eb79ccab7625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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"]
[lints]
workspace = true
|