Files
agent_lib/Cargo.toml

12 lines
270 B
TOML

[package]
name = "agent_lib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.82"
libc = "0.2.153"
shared_memory_heap = { path = "../shared_memory_heap/" }