mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 08:54:01 +00:00
14 lines
301 B
TOML
Vendored
14 lines
301 B
TOML
Vendored
[package]
|
|
name = "lemmy_api_structs"
|
|
version = "0.1.0"
|
|
authors = ["Felix Ableitner <me@nutomic.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "lemmy_api_structs"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
lemmy_db = { path = "../lemmy_db" }
|
|
serde = { version = "1.0.105", features = ["derive"] }
|
|
thiserror = "1.0.20"
|