
Authorization is required for implementation So is a proper messaging model to make implementation clean and scalable For now this serves as a good starting point for the rest of this project
9 lines
80 B
Makefile
9 lines
80 B
Makefile
default:
|
|
cargo build --release
|
|
|
|
clean:
|
|
cargo clean
|
|
|
|
run:
|
|
cargo run --release
|