You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
555 B
TOML

[package]
name = "rust-forum-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
rocket = { version = "0.5.0", features = ["serde_json"] }
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio", "macros", "uuid", "time"] }
serde = { version = "1", features = ["derive"] }
time = { version = "0.3.34" }
uuid = { version = "1.7.0", features = ["v4", "serde"] }
serde_json = "1.0.114"
joinrs = { path = "../joinrs/joinrs" }