]> uap-core.de Git - note.git/commit
add cargo build system
authorOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 28 Mar 2026 13:17:43 +0000 (14:17 +0100)
committerOlaf Wintermann <olaf.wintermann@gmail.com>
Sat, 28 Mar 2026 13:17:43 +0000 (14:17 +0100)
commit70efb0b0ba381e5a723a58eeba38ebf732fd1c82
tree7908c4f41355fd720617e561f1ac64c537c75e52
parent55e621d706406d135cc1beb2f379bdd87c95f234
add cargo build system
.gitignore
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
application/Cargo.toml [new file with mode: 0644]
application/build.rs [new file with mode: 0644]
application/src/main.rs [new file with mode: 0644]
ui-rs/Cargo.toml [new file with mode: 0644]
ui-rs/build.rs [new file with mode: 0644]
ui-rs/src/lib.rs [new file with mode: 0644]