From eda8e5c9f0846e5955442ea29a983f0bf43a8885 Mon Sep 17 00:00:00 2001 From: Vecna Date: Tue, 11 Jun 2024 01:40:44 -0400 Subject: [PATCH] Remove relative path in lox_cli dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0245c74..a1e0b68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ hyper-rustls = "0.26.0" hyper-util = { version = "0.1", features = ["full"] } julianday = "1.2.0" lazy_static = "1" -lox_cli = { path = "../lox_cli", version = "0.1", optional = true } +lox_cli = { git = "https://git-crysp.uwaterloo.ca/vvecna/lox_cli.git", version = "0.1", optional = true } lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" } memory-stats = { version = "1.0.0", optional = true } nalgebra = "0.29"