Fixing Multi-Device Compatibility

This commit is contained in:
2026-07-25 10:56:11 -05:00
parent 04c98cacfd
commit 4ce716be9f
12 changed files with 9223 additions and 9143 deletions
+12 -12
View File
@@ -1,13 +1,13 @@
[package]
name = "cjtui"
version = "0.1.0"
edition = "2024"
authors = ["Christopher Warren Johnson III"]
[dependencies]
ratatui = "0.30.0"
color-eyre = "0.6.3"
crossterm = "0.29.0"
serde_json ="1"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
[package]
name = "cjtui"
version = "0.1.0"
edition = "2024"
authors = ["Christopher Warren Johnson III"]
[dependencies]
ratatui = "0.30.0"
color-eyre = "0.6.3"
crossterm = "0.29.0"
serde_json ="1"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }