From 12752e0167be5c5a9331f3f17067adf0ffefce70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Thu, 19 Feb 2026 16:51:39 +0100 Subject: [PATCH] Cargo to github --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"