Feat: restore Cargo.toml to git version

This commit is contained in:
2026-02-07 13:07:56 +01:00
parent dbd17a7946
commit 152536901b

View File

@@ -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"