From d70de444665cb79bc36f9acc807aef5d9706dac1 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Thu, 4 Dec 2025 16:10:12 +0300 Subject: Implemented minimal browser gtk window --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6ea9bba --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "i2p-browser" +version = "0.1.0" +edition = "2024" +license = "GPL-3.0-only" + +[dependencies] +reqwest = { version = "0.12.24", features = ["stream"] } +serde = { version = "1.0.228", features = ["derive"] } +tokio = { version = "1.48.0", features = ["io-util", "rt"] } +glib = "0.21.5" +gtk4 = "0.10.3" +relm4 = "0.10.0" +webkit6 = "0.5.0" -- cgit v1.2.3