diff --git a/recipes/wip/tools/kami/recipe.toml b/recipes/wip/tools/kami/recipe.toml index 67099368c..d1d72db89 100644 --- a/recipes/wip/tools/kami/recipe.toml +++ b/recipes/wip/tools/kami/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO termsize crate error (after cargo update) #TODO require bat and mpv at runtime [source] git = "https://github.com/mrfluffy-dev/kami" diff --git a/recipes/wip/tools/watchmen/recipe.toml b/recipes/wip/tools/watchmen/recipe.toml index 3294395d3..a50d22ba7 100644 --- a/recipes/wip/tools/watchmen/recipe.toml +++ b/recipes/wip/tools/watchmen/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/ahriroot/watchmen" [build] diff --git a/recipes/wip/tui/rust-kanban/recipe.toml b/recipes/wip/tui/rust-kanban/recipe.toml index 48b192d4f..16c70dc59 100644 --- a/recipes/wip/tui/rust-kanban/recipe.toml +++ b/recipes/wip/tui/rust-kanban/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/yashs662/rust_kanban" [build] template = "cargo" +dependencies = [ + "openssl1", +]