From 39f1b8bec3891b3fcc7f60aea86e2ab2f8c3ea8a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Jan 2022 09:24:42 -0500 Subject: use real serialization --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e5b7df8..e02cb53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "MIT" [dependencies] anyhow = "1.0.52" async-std = { version = "1.10.0", features = ["unstable"] } +bincode = "1.3.3" blocking = "1.1.0" futures-lite = "1.12.0" futures-util = "0.3.19" @@ -18,6 +19,7 @@ once_cell = "1.9.0" pest = "2.1.3" pest_derive = "2.1.0" pty-process = { version = "0.2.0", features = ["async"] } +serde = { version = "1.0.133", features = ["derive"] } signal-hook = "0.3.13" signal-hook-async-std = "0.2.1" terminal_size = "0.1.17" -- cgit v1.2.3-54-g00ecf