Initial commit

This commit is contained in:
Bnyro
2023-06-18 16:53:53 +02:00
commit 6b8eae051e
25 changed files with 3959 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "lemmy-gtk"
version = "0.1.0"
edition = "2021"
[dependencies]
relm4 = "0.6.0"
relm4-components = { version = "0.6.0", features = ["web"] }
reqwest = { version = "0.11.16", features = ["json", "blocking"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
lemmy_api_common = { git = "https://github.com/LemmyNet/lemmy.git", tag = "0.17.2" }