Skip to content

Commit

Permalink
Merge pull request kata-containers#10626 from teawater/ma
Browse files Browse the repository at this point in the history
Add mem-agent to kata
lifupan authored Dec 24, 2024
2 parents 2322f6d + d3a6bcd commit 2068801
Showing 39 changed files with 7,326 additions and 8 deletions.
26 changes: 26 additions & 0 deletions src/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ license = "Apache-2.0"

[dependencies]
runtime-spec = { path = "../libs/runtime-spec" }
mem-agent = { path = "../mem-agent" }
oci-spec = { version = "0.6.8", features = ["runtime"] }
rustjail = { path = "rustjail" }
protocols = { path = "../libs/protocols", features = ["async", "with-serde"] }
Loading

0 comments on commit 2068801

Please sign in to comment.