JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

Finish unified stack refactor.

Adds support for operation state, which will be used to pass authentication information around. Added generic backend that uses a channel to communicate with a typed backend.

Amber - ⁨2⁩ years ago

parent: tbd commit: ⁨d15581c

⁨giterated-stack/Cargo.toml⁩ - ⁨431⁩ bytes
Raw
1 [package]
2 name = "giterated-stack"
3 version = "0.1.0"
4 edition = "2021"
5
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8 [dependencies]
9 giterated-models = { path = "../giterated-models" }
10 async-trait = "0.1"
11 serde = { version = "1.0.188", features = [ "derive" ]}
12 serde_json = "1.0"
13 bincode = "*"
14 futures-util = "*"
15 tracing = "*"
16 tokio = { version = "1.32.0", features = [ "full" ] }