13 lines
340 B
TOML
Vendored
13 lines
340 B
TOML
Vendored
[package]
|
|
name = "lemmy_api_structs"
|
|
version = "0.1.0"
|
|
authors = ["Felix Ableitner <me@nutomic.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
lemmy_db = { path = "../lemmy_db" }
|
|
lemmy_utils = { path = "../lemmy_utils" }
|
|
serde = { version = "1.0.105", features = ["derive"] }
|
|
thiserror = "1.0.20"
|
|
async-trait = "0.1.36"
|
|
actix-web = "3.0.0-alpha.3"
|