Initial commit
authorGreg Burri <greg.burri@gmail.com>
Fri, 5 Mar 2021 11:09:45 +0000 (12:09 +0100)
committerGreg Burri <greg.burri@gmail.com>
Fri, 5 Mar 2021 11:09:45 +0000 (12:09 +0100)
commit9a4fa224d81978e42349bfbc6688933d67d37566
tree931ae009b4584295a1e9ac53d3cc81e5175a8752
Initial commit
17 files changed:
.gitignore [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO.md [new file with mode: 0644]
backend/Cargo.lock [new file with mode: 0644]
backend/Cargo.toml [new file with mode: 0644]
backend/build.rs [new file with mode: 0644]
backend/conf.ron [new file with mode: 0644]
backend/launch_debug.ps1 [new file with mode: 0644]
backend/src/consts.rs [new file with mode: 0644]
backend/src/main.rs [new file with mode: 0644]
backend/style.scss [new file with mode: 0644]
backend/templates/main.html [new file with mode: 0644]
common/Cargo.toml [new file with mode: 0644]
common/src/lib.rs [new file with mode: 0644]
deploy.ps1 [new file with mode: 0644]