fix: should build with kxio dependency
This commit is contained in:
parent
97f794a36e
commit
ee426b1a43
4 changed files with 117 additions and 1 deletions
3
justfile
3
justfile
|
@ -9,5 +9,8 @@ test: build
|
|||
clippy: build
|
||||
docker run --rm -v $PWD:/app/ {{ image }} cargo clippy
|
||||
|
||||
run: build
|
||||
docker run --rm -v $PWD:/app/ {{ image }} cargo run
|
||||
|
||||
shell: build
|
||||
docker run --rm -it -v $PWD:/app/ {{ image }} bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue