Update recipes

This commit is contained in:
Ribbon 2024-04-29 21:27:35 +00:00
parent 41cb39eb4e
commit 9ae1f1c969
5 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO (after cargo update)
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/aswinnnn/pyscan"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/brettcannon/python-launcher"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error
[source]
git = "https://github.com/LuchoBazz/quicktest"
rev = "f4d32f87d350a725b47d5bc92756e7be208cd466"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO serde crate error (after cargo update)
[source]
git = "https://github.com/rust-lang/rustfmt"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/rust-lang/rustup"
[build]
template = "cargo"
dependencies = [
"openssl1",
]