generated from t/malachite
add: user profiles and junk
This commit is contained in:
parent
6b8c33d27f
commit
2bd23f8214
28 changed files with 1139 additions and 108 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tawny"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
edition = "2024"
|
||||
authors = ["trisuaso"]
|
||||
repository = "https://trisua.com/t/tawny"
|
||||
|
@ -8,7 +8,7 @@ license = "AGPL-3.0-or-later"
|
|||
homepage = "https://tawny.cc"
|
||||
|
||||
[dependencies]
|
||||
tetratto-core = "15.0.1"
|
||||
tetratto-core = "16.0.2"
|
||||
tetratto-shared = "12.0.6"
|
||||
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
||||
pathbufd = "0.1.4"
|
||||
|
@ -34,3 +34,4 @@ oiseau = { version = "0.1.2", default-features = false, features = ["postgres",
|
|||
buckets-core = "1.0.4"
|
||||
axum-image = "0.1.1"
|
||||
futures-util = "0.3.31"
|
||||
ammonia = "4.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue