Skip to content

Commit 0dfc798

Browse files
authored
Update Cargo.toml
1 parent d56ca1b commit 0dfc798

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Cargo.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
[package]
2+
name = "hacker-term"
3+
version = "0.1.0"
4+
edition = "2021"
5+
16
[dependencies]
2-
anyhow = "1.0"
3-
crossterm = "0.27"
4-
portable-pty = "0.3"
5-
vte = "0.11"
7+
gtk = { version = "0.9", package = "gtk4" }
8+
gio = "0.9"
9+
glib = "0.10"
10+
vte = { version = "0.13", package = "vte4" }
11+
webkitgtk6 = "0.2"
12+
which = "4.4"

0 commit comments

Comments
 (0)