Initial commit

This commit is contained in:
2024-04-18 15:41:29 +02:00
commit 35a2e4d002
6 changed files with 162 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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" }