Rust-Programming-Cookbook/Chapter08/json-handling/Cargo.toml

13 wiersze
308 B
TOML
Czysty Zwykły widok Historia

2019-07-26 08:13:06 +00:00
[package]
name = "json-handling"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "1"
serde = "1"
serde_derive = "1"
env_logger = "0.6"