Files
e2e/e2e/Cargo.toml
2023-07-16 03:08:02 -04:00

17 lines
350 B
TOML

[package]
name = "e2e"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
postgres = {path = "../api/postgres/postgres"}
toad = "1.0.0-beta.6"
toad-msg = "1.0.0-beta.2"
nb = "1.1"
simple_logger = "4.2"
serde_json = "1"
no-std-net = "0.6.0"
log = "0.4"