mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: initial commit
This commit is contained in:
commit
a4a1ef0745
19 changed files with 4436 additions and 0 deletions
17
ferri-server/Cargo.toml
Normal file
17
ferri-server/Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
main = { path = "../ferri-main/" }
|
||||
rocket = { workspace = true }
|
||||
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] }
|
||||
reqwest = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
base64 = "0.22.1"
|
||||
rsa = { version = "0.9.8", features = ["sha2"] }
|
||||
rand = "0.8"
|
||||
url = "2.5.4"
|
||||
chrono = "0.4.40"
|
||||
uuid = { workspace = true }
|
Loading…
Add table
Add a link
Reference in a new issue