update recipes

This commit is contained in:
Ribbon 2023-12-21 21:30:33 +00:00
parent d78401c6b0
commit a974514a53
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested (after an update on proc-macro2)
#TODO shared crate error
[source]
git = "https://github.com/tonarino/innernet"
[build]

View File

@ -1,4 +1,4 @@
#TODO redox_syscall is very outdated on the dependency tree
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/VictorTaelin/Interaction-Calculus"
[build]

View File

@ -3,4 +3,7 @@
git = "https://github.com/sigmaSd/IRust"
rev = "6f9dbaf9387b39019a44dfe5ef5397e6bb8d2a1a"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages irust
"""