|
|
|
@ -16,8 +16,7 @@ categories = [ "api-bindings", "memory-management", "os" ]
|
|
|
|
|
crate-type = ["lib", "cdylib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
memflow = { version = "0.1", features = ["inventory", "serde_derive"] }
|
|
|
|
|
memflow-derive = { version = "0.1" }
|
|
|
|
|
memflow = { git = "https://github.com/memflow/memflow", branch = "next", features = ["inventory", "serde_derive"] }
|
|
|
|
|
log = { version = "0.4", default-features = false }
|
|
|
|
|
simple_logger = "1.0"
|
|
|
|
|
leechcore-sys = { path = "../leechcore-sys" }
|
|
|
|
|