Convert lci recipe to toml

This commit is contained in:
bjorn3 2024-01-08 21:33:55 +01:00
parent 8209fa04c9
commit adaf1c9631
2 changed files with 5 additions and 1 deletions

View File

@ -1 +0,0 @@
GIT=https://github.com/jD91mZM2/rust-lci

View File

@ -0,0 +1,5 @@
[source]
git = "https://github.com/jD91mZM2/rust-lci"
[build]
template = "cargo"