Browse Source

Remove relative path in lox_cli dependency

Vecna 5 months ago
parent
commit
eda8e5c9f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -24,7 +24,7 @@ hyper-rustls = "0.26.0"
 hyper-util = { version = "0.1", features = ["full"] }
 hyper-util = { version = "0.1", features = ["full"] }
 julianday = "1.2.0"
 julianday = "1.2.0"
 lazy_static = "1"
 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" }
 lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" }
 memory-stats = { version = "1.0.0", optional = true }
 memory-stats = { version = "1.0.0", optional = true }
 nalgebra = "0.29"
 nalgebra = "0.29"