diff options
Diffstat (limited to 'ui/Cargo.toml')
-rw-r--r-- | ui/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 3868b1f..0a2fb5a 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -9,3 +9,4 @@ jellycommon = { path = "../common" } humansize = "2.1.3" serde = { version = "1.0.217", features = ["derive", "rc"] } serde_json = "1.0.140" +vte = "0.14.1" |