tenor-v2/tenorv2/Cargo.toml

18 lines
310 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]
regex = "1.9.0"
json = "0.12.4"
2024-09-29 13:23:28 +00:00
reqwest = "0.12.7"
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-03-10 16:08:18 +00:00
[features]
DEBUG = []
2024-10-02 19:43:49 +00:00
RELEASE = []