blob: 3536f73da73e3be2c144913491e8835a9e593080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "limit"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
[features]
tracking = []
default = ["tracking"]
|