Find a file
2023-11-12 11:15:14 -06:00
assets WIP deisel stuff 2023-11-12 09:56:23 -06:00
data WIP deisel stuff 2023-11-12 09:56:23 -06:00
migrations/2023-11-11-073646_create_users Cleanup and organize code into modules 2023-11-12 11:15:14 -06:00
src Cleanup and organize code into modules 2023-11-12 11:15:14 -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 Cleanup and organize code into modules 2023-11-12 11:15:14 -06:00
Cargo.toml Cleanup and organize code into modules 2023-11-12 11:15:14 -06:00
contract.hurl Whee stuff is happening 2023-11-10 23:30:58 -06:00
diesel.toml WIP deisel stuff 2023-11-12 09:56:23 -06:00
flake.lock Initial commit 2023-11-10 20:06:48 -06:00
flake.nix Cleanup and organize code into modules 2023-11-12 11:15:14 -06:00
readme.md Initial commit 2023-11-10 20:06:48 -06:00
rust-toolchain.toml Initial commit 2023-11-10 20:06:48 -06:00

Running

nix shell
cargo run

Testing

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