aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-24 13:16:08 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-24 13:16:08 -0500
commit9376e24c4a8a5c24e8480695a577e99dd4ba4ae5 (patch)
tree872e6e568d701504192dc2464f441dcaea5e7f20 /Cargo.toml
parent5396669e46f1306d930e5d92748eeb302fccaa9a (diff)
downloadttyrec-bin-9376e24c4a8a5c24e8480695a577e99dd4ba4ae5.tar.gz
ttyrec-bin-9376e24c4a8a5c24e8480695a577e99dd4ba4ae5.zip
move to git deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7df863a..47665fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ ttyrec = { version = "0.3.3", features = ["async"] }
vt100 = "0.15.1"
[patch.crates-io]
-nix = { path = "../src/nix" }
-pty-process = { path = "../pty-process" }
-textmode = { path = "../textmode" }
-ttyrec = { path = "../ttyrec" }
+nix = { git = "https://github.com/nix-rust/nix" }
+pty-process = { git = "https://github.com/doy/pty-process" }
+textmode = { git = "https://github.com/doy/textmode" }
+ttyrec = { git = "https://github.com/doy/ttyrec" }