add: apps api
This commit is contained in:
parent
2a99d49c8a
commit
ebded00fd3
33 changed files with 698 additions and 31 deletions
3
justfile
3
justfile
|
@ -5,3 +5,6 @@ clean-deps:
|
|||
fix:
|
||||
cargo fix --allow-dirty
|
||||
cargo clippy --fix --allow-dirty
|
||||
|
||||
doc:
|
||||
cargo doc --document-private-items --no-deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue