aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 72ec6bd84ef10fa3276f4fa02282a005dad060be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rocket_test"
version = "0.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = "1.0.130"
chrono = "0.4.23"
sqlite = "0.30.4"
rocket = {version = "0.5.0-rc.2", features = ["json"]}