Skip to content

Commit

Permalink
Merge branch 'main' into slabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximik committed Jan 30, 2025
2 parents 72b6c9a + 015fc83 commit c325077
Show file tree
Hide file tree
Showing 11 changed files with 644 additions and 143 deletions.
120 changes: 105 additions & 15 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spaced"
version = "0.0.5"
version = "0.0.6"
edition = "2021"


Expand Down Expand Up @@ -36,7 +36,8 @@ base64 = "0.22.1"
futures = "0.3.30"
reqwest = { version = "0.12.5", default-features = false, features = ["json", "blocking", "rustls-tls"] }
threadpool = "1.8.1"

tabled = "0.17.0"
colored = "3.0.0"
[dev-dependencies]
assert_cmd = "2.0.16"
predicates = "3.1.2"
Expand Down
Loading

0 comments on commit c325077

Please sign in to comment.