1
0
mirror of https://github.com/rm-dr/datapath.git synced 2025-12-10 05:14:13 -08:00
This commit is contained in:
2025-12-03 12:57:10 -08:00
committed by Mark
parent f51162478b
commit 08003a3fbe
8 changed files with 1000 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ readme = "README.md"
authors = ["rm-dr"]
# Don't forget to bump datapath-macro below!
version = "0.0.2"
version = "0.0.3"
[workspace.lints.rust]
unused_import_braces = "deny"
@@ -70,12 +70,16 @@ cargo_common_metadata = "deny"
#
[workspace.dependencies]
datapath-macro = { path = "crates/datapath-macro", version = "0.0.2" }
datapath-macro = { path = "crates/datapath-macro", version = "0.0.3" }
datapath = { path = "crates/datapath" }
chrono = "0.4.42"
itertools = "0.14.0"
proc-macro2 = "1.0.103"
quote = "1.0.42"
regex = "1.12.2"
syn = "2.0.111"
tracing = "0.1"
trie-rs = "0.4.2"
uuid = "1.19.0"
tokio = { version = "1.48.0", features = ["sync"] }