tenseleyflow/fackr / cc8608b

Browse files

build things

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
cc8608bbf5a10e8906bd0ff8e05c803e371579b3
Parents
e1159b4
Tree
a941827

1 changed file

StatusFile+-
M Cargo.toml 4 0
Cargo.tomlmodified
@@ -31,6 +31,10 @@ regex = "1"
3131
 # System directories
3232
 dirs = "5"
3333
 
34
+# Integrated terminal
35
+portable-pty = "0.8"
36
+vte = "0.13"
37
+
3438
 [[bin]]
3539
 name = "fackr"
3640
 path = "src/main.rs"