2021-07-10 21:49:17 +01:00
|
|
|
[package]
|
|
|
|
name = "limit"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 17:49:28 +02:00
|
|
|
edition = "2021"
|
2021-12-16 01:49:48 +05:00
|
|
|
rust-version = "1.57"
|
2021-07-10 21:49:17 +01:00
|
|
|
|
2021-07-31 18:25:45 +03:00
|
|
|
[features]
|
|
|
|
tracking = []
|
|
|
|
default = ["tracking"]
|