Find a file
2023-11-14 11:26:03 -06:00
.cargo Sync everything before trying sqlx 2023-11-14 11:02:58 -06:00
assets compiler error I guess? 2023-11-13 16:16:17 -06:00
data WIP deisel stuff 2023-11-12 09:56:23 -06:00
src Ready for a database 2023-11-14 11:26:03 -06:00
.envrc Initial commit 2023-11-10 20:06:48 -06:00
.gitignore WIP deisel stuff 2023-11-12 09:56:23 -06:00
build.rs WIP deisel stuff 2023-11-12 09:56:23 -06:00
Cargo.lock Ready for a database 2023-11-14 11:26:03 -06:00
Cargo.toml Ready for a database 2023-11-14 11:26:03 -06:00
contract.hurl Whee stuff is happening 2023-11-10 23:30:58 -06:00
flake.lock Initial commit 2023-11-10 20:06:48 -06:00
flake.nix Ready for a database 2023-11-14 11:26:03 -06:00
readme.md Initial commit 2023-11-10 20:06:48 -06:00
rust-toolchain.toml Async is hard 2023-11-13 17:27:19 -06:00

Running

nix shell
cargo run

Testing

cargo test
cargo run
hurl contract.hurl --variable base='http://localhost:3000' --verbose