Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into kim/log-access
Browse files Browse the repository at this point in the history
  • Loading branch information
kim committed Sep 5, 2023
2 parents 810eab6 + a1e9984 commit dec9b93
Show file tree
Hide file tree
Showing 68 changed files with 2,341 additions and 373 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
spacetimedb-core = { path = "../core", version = "0.6.0" }
spacetimedb-lib = { path = "../lib", version = "0.6.1", features = ["cli"] }
spacetimedb-standalone = { path = "../standalone", version = "0.6.1", optional = true }

Expand All @@ -32,6 +33,7 @@ email_address.workspace = true
futures.workspace = true
is-terminal.workspace = true
itertools.workspace = true
jsonwebtoken.workspace = true
reqwest.workspace = true
rustyline.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down
Loading

0 comments on commit dec9b93

Please sign in to comment.