Initial (full)
This commit is contained in:
parent
94cec33b46
commit
9dd708d276
8 changed files with 4810 additions and 0 deletions
30
Cargo.toml
Normal file
30
Cargo.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
[package]
|
||||
name = "attobin"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["trisuaso"]
|
||||
repository = "https://trisua.com/t/tetratto"
|
||||
license = "AGPL-3.0-or-later"
|
||||
homepage = "https://tetratto.com"
|
||||
|
||||
[dependencies]
|
||||
tetratto-core = "12.0.0"
|
||||
tetratto-shared = "12.0.0"
|
||||
tokio = { version = "1.46.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 = [
|
||||
"trace",
|
||||
"fs",
|
||||
"catch-panic",
|
||||
"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.141"
|
Loading…
Add table
Add a link
Reference in a new issue