feat: PrimOp type
(cherry picked from commit 67616c4a55b9d98d716384ffc07d3b3880dd76e4)
This commit is contained in:
parent
5c43a28cf0
commit
312c86b811
5 changed files with 233 additions and 84 deletions
11
rust/Cargo.lock
generated
11
rust/Cargo.lock
generated
|
|
@ -72,6 +72,16 @@ dependencies = [
|
|||
"libloading",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cstr"
|
||||
version = "0.2.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "68523903c8ae5aacfa32a0d9ae60cadeb764e1da14ee0d26b1f3089f13a54636"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "0.2.7"
|
||||
|
|
@ -193,6 +203,7 @@ name = "nix-expr"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cstr",
|
||||
"ctor",
|
||||
"lazy_static",
|
||||
"nix-c-raw",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue