diff --git a/Cargo.toml b/Cargo.toml index 8dd311d..1095a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ cagire-forth = { path = "crates/forth" } cagire-markdown = { path = "crates/markdown" } cagire-project = { path = "crates/project" } cagire-ratatui = { path = "crates/ratatui" } -doux = { path = "/Users/bubo/doux", features = ["native"] } +doux = { git = "https://github.com/Bubobubobubobubo/doux.git", features = ["native"] } rusty_link = "0.4" ratatui = "0.30" crossterm = "0.29"