create a workspace
This commit is contained in:
parent
dedeb39304
commit
bcbaab6909
38 changed files with 771 additions and 905 deletions
6
justfile
6
justfile
|
|
@ -1,6 +1,7 @@
|
|||
set shell := ["nu", "-c"]
|
||||
|
||||
alias rt := run-tui
|
||||
alias s := spacetime
|
||||
|
||||
default:
|
||||
just --list
|
||||
|
|
@ -12,5 +13,6 @@ update:
|
|||
cargo update
|
||||
nix flake update
|
||||
|
||||
generate-db-bindings:
|
||||
spacetime generate --lang rust --out-dir src/jongline_bindings --project-path jongline
|
||||
spacetime:
|
||||
spacetime build --project-path jongline
|
||||
spacetime generate --lang rust --project-path jongline --out-dir jong/src/jongline_bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue