v0.9
cleanup, remove thinking checkbox, add pulldown-cmark and config
This commit is contained in:
parent
24990f514f
commit
65e5364320
15 changed files with 1476 additions and 968 deletions
21
Cargo.toml
21
Cargo.toml
|
|
@ -4,17 +4,14 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
# GTK4 and GLib
|
||||
gtk4 = { version = "0.9", features = ["v4_12"] }
|
||||
|
||||
# HTTP client with JSON support
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "stream"] }
|
||||
|
||||
# Async runtime and utilities
|
||||
tokio = { version = "1.0", features = ["rt-multi-thread", "time"] }
|
||||
futures-util = "0.3"
|
||||
async-channel = "2.1"
|
||||
|
||||
# Serialization
|
||||
glib = "0.20"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
reqwest = { version = "0.12", features = ["json", "stream"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
dirs = "5.0"
|
||||
futures-util = "0.3"
|
||||
async-channel = "2.3"
|
||||
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue