Skip to content

Commit 0801e7f

Browse files
authored
feat: add icm learn command — scan project into memoir knowledge graph (#72) (#74)
1 parent dd15ab3 commit 0801e7f

File tree

3 files changed

+1060
-2
lines changed

3 files changed

+1060
-2
lines changed

crates/icm-cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ rpassword = { workspace = true }
3737
ratatui = { workspace = true, optional = true }
3838
crossterm = { workspace = true, optional = true }
3939

40+
[dev-dependencies]
41+
tempfile = "3"
42+
4043
[target.'cfg(unix)'.dependencies]
4144
libc = { workspace = true }
4245

0 commit comments

Comments
 (0)