From 3d982446dc79637aa7e240a6161767c442870dda Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2021 17:04:58 -0500 Subject: use local git repos when developing --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9e3a042..a0207aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ itoa = "0.4.8" nix = "0.23.0" terminal_size = "0.1.17" thiserror = "1.0.30" -vt100 = "0.12.0" +vt100 = { path = "../vt100-rust", version = "0.12.0" } blocking = { version = "1.1.0", optional = true } futures-lite = { version = "1.12.0", optional = true } @@ -30,5 +30,5 @@ assert_cmd = "2.0.2" assert_fs = "1.0.6" escargot = "0.5.6" libc = "0.2.107" -pty-process = { version = "0.1.1", features = ["backend-smol"] } +pty-process = { path = "../pty-process", version = "0.1.1", features = ["backend-smol"] } smol = "1.2.5" -- cgit v1.2.3-54-g00ecf