tenor-v2/tenor_v2rs/Cargo.toml

18 lines
327 B
TOML
Raw Normal View History

2024-03-10 16:08:18 +00:00
[package]
name = "tenor_v2rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
dotenv = "0.15.0"
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"
[features]
DEBUG = []
RELEASE = []