From 1257b0bd2eabede7ee330243a241e2849b6115cd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 25 Dec 2021 18:50:30 -0500 Subject: refactor --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18b07ed..1942ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ futures-lite = "1.12.0" hostname = "0.3.1" libc = "0.2.112" nix = "0.23.0" +once_cell = "1.9.0" pest = "2.1.3" pest_derive = "2.1.0" pty-process = { version = "0.2.0", features = ["backend-async-std"] } -- cgit v1.2.3-54-g00ecf