ngoni 0.1.0

capsule AWS processing, Payment processing in Rust
Documentation
1
2
3
4
5
6
7
8
generate: # 前処理を行います。開発・本番問わず実行前に叩いてください

	:

run: # 開発用のサーバー起動コマンド フォアグラウンド実行されます Ctrl+Cで止まります

	cargo run

deploy:
test: # テストを実行します

	cargo fmt

	cargo test ses