From 152536901ba446467f26da961c7ae0db427e68f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Sat, 7 Feb 2026 13:07:56 +0100 Subject: [PATCH] Feat: restore Cargo.toml to git version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70eb65d..252709b 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"