generated from t/malachite
chore: clean up repo and rebrand
This commit is contained in:
parent
9131a2d745
commit
e8f0cf49ad
19 changed files with 46 additions and 5001 deletions
19
Cargo.toml
19
Cargo.toml
|
@ -1,19 +1,14 @@
|
|||
[package]
|
||||
name = "malachite"
|
||||
name = "delivery"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
authors = ["trisuaso"]
|
||||
repository = "https://trisua.com/t/malachite"
|
||||
repository = "https://trisua.com/t/delivery"
|
||||
license = "AGPL-3.0-or-later"
|
||||
homepage = "https://trisua.com"
|
||||
homepage = "https://trisua.com/t/delivery"
|
||||
|
||||
[dependencies]
|
||||
tetratto-core = "15.0.1"
|
||||
tetratto-shared = "12.0.6"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
pathbufd = "0.1.4"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tera = "1.20.0"
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
tower-http = { version = "0.6.6", features = [
|
||||
|
@ -23,12 +18,4 @@ tower-http = { version = "0.6.6", features = [
|
|||
"set-header",
|
||||
] }
|
||||
axum = { version = "0.8.4", features = ["macros", "ws"] }
|
||||
axum-extra = { version = "0.10.1", features = ["cookie"] }
|
||||
nanoneo = "0.2.0"
|
||||
dotenv = "0.15.0"
|
||||
glob = "0.3.2"
|
||||
serde_json = "1.0.142"
|
||||
toml = "0.9.4"
|
||||
serde_valid = { version = "1.0.5", features = ["toml"] }
|
||||
regex = "1.11.1"
|
||||
oiseau = { version = "0.1.2", default-features = false, features = ["postgres", "redis",] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue