farmbot 0.1.7

Farm manager manager bot
1
2
3
4
5
6
7
8
9
10
11
12
set working-directory := '..'

publish $CARGO_API_TOKEN:
    # Use $CARGO_API_TOKEN rather than {{ CARGO_API_TOKEN }} to avoid
    # printing the token in just output.
    cargo publish --verbose --locked --token $CARGO_API_TOKEN

build:
  cargo build --all --verbose

test:
  cargo test --all --verbose