mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-13 12:31:09 +00:00
11 lines
247 B
TOML
11 lines
247 B
TOML
|
[package]
|
||
|
name = "lemmy_api_structs"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Felix Ableitner <me@nutomic.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
lemmy_db = { path = "../lemmy_db" }
|
||
|
serde = { version = "1.0.105", features = ["derive"] }
|
||
|
thiserror = "1.0.20"
|