Skip to content

Commit

Permalink
Add list output functionality
Browse files Browse the repository at this point in the history
This required a lot more refactoring to get stuff working in a
reasonable way. This also removed Surrealdb dependency that was
no longer used.
  • Loading branch information
mlieberman85 committed Apr 10, 2024
1 parent 4f6baff commit 3a984bc
Show file tree
Hide file tree
Showing 12 changed files with 342 additions and 2,348 deletions.
1,953 changes: 15 additions & 1,938 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[workspace]
members = [
"skootrs-bin",
"skootrs-lib", "skootrs-model",
"skootrs-rest",
"skootrs-lib",
"skootrs-model",
# "skootrs-rest",
"skootrs-statestore"
]

Expand Down
Loading

0 comments on commit 3a984bc

Please sign in to comment.