projet-webservices/Cargo.toml
2022-12-01 15:47:10 +01:00

11 lines
225 B
TOML

[package]
name = "vtapi"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
json = "0.12.4"
http = "0.2.8"
reqwest = "0.11.13"