tenor-v2/tenorv2/Cargo.toml

19 lines
329 B
TOML
Raw Normal View History

2024-03-10 16:08:18 +00:00
[package]
2024-10-02 19:43:49 +00:00
name = "tenorv2"
2024-03-10 16:08:18 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-06 10:59:10 +00:00
regex = "1.11.0"
2024-03-10 16:08:18 +00:00
json = "0.12.4"
2024-10-06 10:59:10 +00:00
reqwest = "0.12.8"
2024-03-10 16:08:18 +00:00
form_urlencoded = "1.2.1"
2024-10-02 19:33:05 +00:00
thiserror = "1.0.64"
2024-10-06 10:59:10 +00:00
dotenv = "0.15.0"
2024-03-10 16:08:18 +00:00
[features]
DEBUG = []
2024-10-02 19:43:49 +00:00
RELEASE = []