build things
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
cc8608bbf5a10e8906bd0ff8e05c803e371579b3- Parents
-
e1159b4 - Tree
a941827
cc8608b
cc8608bbf5a10e8906bd0ff8e05c803e371579b3e1159b4
a941827| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.toml
|
4 | 0 |
Cargo.tomlmodified@@ -31,6 +31,10 @@ regex = "1" | ||
| 31 | 31 | # System directories |
| 32 | 32 | dirs = "5" |
| 33 | 33 | |
| 34 | +# Integrated terminal | |
| 35 | +portable-pty = "0.8" | |
| 36 | +vte = "0.13" | |
| 37 | + | |
| 34 | 38 | [[bin]] |
| 35 | 39 | name = "fackr" |
| 36 | 40 | path = "src/main.rs" |