mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
12 lines
181 B
TOML
12 lines
181 B
TOML
[package]
|
|
name = "limit"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.57"
|
|
|
|
[features]
|
|
tracking = []
|
|
default = ["tracking"]
|