diff --git a/Cargo.toml b/Cargo.toml index f540704..c2b6792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,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", features = ["native"] } rusty_link = "0.4" ratatui = "0.30" crossterm = "0.29"