feat: idm v2 (#102)

* feat: rebuild idm to separate transport from content

* feat: fast guest lookup table and host identification
This commit is contained in:
Alex Zenla
2024-04-21 21:00:32 -07:00
committed by GitHub
parent 1a90372037
commit 38e892e249
33 changed files with 763 additions and 391 deletions

2
Cargo.lock generated
View File

@ -1412,6 +1412,7 @@ version = "0.0.9"
dependencies = [
"anyhow",
"async-stream",
"base64 0.22.0",
"clap",
"comfy-table",
"crossterm",
@ -1425,6 +1426,7 @@ dependencies = [
"prost-reflect",
"prost-types",
"ratatui",
"serde",
"serde_json",
"serde_yaml",
"termtree",