Skip to content

Commit 28ec1b0

Browse files
more work on namespaces
1 parent e357ebb commit 28ec1b0

File tree

4 files changed

+234
-105
lines changed

4 files changed

+234
-105
lines changed

Cargo.lock

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
pyo3 = "0.23.3"
13-
tribles = "0.4.0-alpha.10"
13+
tribles = "0.4.0-alpha.18"
1414
hex = "0.4.3"
1515
parking_lot = {version = "0.12.3", features=["arc_lock", "send_guard"]}
16+
macro_pub = "0.1.0"
17+
itertools = "0.13.0"

0 commit comments

Comments
 (0)