STUFUFUFUFF
This commit is contained in:
19
snitch-web/Cargo.toml
Normal file
19
snitch-web/Cargo.toml
Normal file
@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "snitch-web"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
snitch-lib = { path = "../snitch-lib" }
|
||||
|
||||
log = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["handlebars"] }
|
||||
rocket_db_pools = { version = "0.1.0-rc.2", features = ["sqlx_postgres"] }
|
||||
rocket = { version = "0.5.0-rc.2", features = ["json"] }
|
||||
clap = { version = "4.0.23", features = ["derive", "env"] }
|
||||
eyre = "0.6.12"
|
||||
color-eyre = "0.6.3"
|
||||
redb = { version = "2.1.3", features = ["logging"] }
|
||||
rmp-serde = "1.3.0"
|
||||
Reference in New Issue
Block a user