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-02 22:23:36 -08:00
committed by Mark
parent dff5acc737
commit f51162478b
7 changed files with 290 additions and 21 deletions

4
Cargo.lock generated
View File

@@ -16,7 +16,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "datapath"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"datapath-macro",
"uuid",
@@ -24,7 +24,7 @@ dependencies = [
[[package]]
name = "datapath-macro"
version = "0.0.1"
version = "0.0.2"
dependencies = [
"proc-macro2",
"quote",