add simple rust "script" to build platform binaries

This commit is contained in:
2021-11-21 16:46:20 +01:00
parent d174f46db3
commit f6d0bdfa8f
12 changed files with 262 additions and 13 deletions

11
platform/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "platform"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
curlywas = { git="https://github.com/exoticorn/curlywas.git", rev="788a565" }
uw8-tool = { path="../uw8-tool" }
anyhow = "1"