# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "agent_lib" version = "0.1.0" dependencies = [ "anyhow", "libc", "shared_memory_heap", ] [[package]] name = "anyhow" version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "libc" version = "0.2.154" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" [[package]] name = "shared_memory_heap" version = "0.1.0" source = "git+https://gitea.rixxc.de/rixxc/shared_memory_heap.git#18f1a1b9a6f2d29f215cb238e470ca91f9e03bc3" dependencies = [ "libc", ]