a3s 0.1.3

a3s dev — local development orchestration tool for the A3S monorepo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
default:
    @just --list

run:
    cargo run -- up

build:
    cargo build --release

test:
    cargo test --lib

check:
    cargo check
    cargo clippy -- -D warnings

fmt:
    cargo fmt