🎉 Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "setra"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "0.5.1", features = ["json"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
dotenv = "0.15.0"
|
||||
uuid = { version = "1.18.1", features = ["v4", "serde"] }
|
||||
diesel = { version = "2.3.2", features = ["postgres", "uuid"] }
|
||||
chrono = "0.4.42"
|
||||
Reference in New Issue
Block a user