--- a/cmds/jrsonnet-fmt/Cargo.toml +++ b/cmds/jrsonnet-fmt/Cargo.toml @@ -8,7 +8,7 @@ jrsonnet-rowan-parser.workspace = true insta = "1.15" indoc = "1.0" -ass-stroke = { path = "/home/lach/build/ass-stroke/crates/ass-stroke", version = "0.1.0" } +ass-stroke = { git = "https://github.com/CertainLach/ass-stroke.git", version = "0.1.0" } clap = { version = "4.4.2", features = ["derive"] } tempfile = "3.8.0" thiserror = "1.0.48"