diff --git a/recipes/wip/dev/analysis/rust-ontologist/recipe.toml b/recipes/wip/dev/analysis/rust-ontologist/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..c2c8c86c8e24df08040f0fa4b4363768e8658a29 --- /dev/null +++ b/recipes/wip/dev/analysis/rust-ontologist/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/lava-xyz/rust-ontologist" +[build] +template = "cargo" diff --git a/recipes/wip/games/math/cosmic-2048/recipe.toml b/recipes/wip/games/math/cosmic-2048/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e3b83481e414f486d1d84cf437b5ad2711759514 --- /dev/null +++ b/recipes/wip/games/math/cosmic-2048/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Kartonrealista/cosmic-ext-2048" +[build] +template = "cargo" diff --git a/recipes/wip/text/serpl/recipe.toml b/recipes/wip/text/serpl/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d524e86663ed6786d0c5df77b489e820189b0a2e --- /dev/null +++ b/recipes/wip/text/serpl/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/yassinebridi/serpl" +[build] +template = "cargo"