aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1ef8bfcb0ca0e3e0c434ee3735305f106c24ca4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rocket_test"
version = "0.2.5"
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"]}