hypha: move components into separate crates

This commit is contained in:
Alex Zenla
2024-02-06 09:07:18 +00:00
parent 0c11744c50
commit e000ab2919
22 changed files with 101 additions and 27 deletions

View File

@ -21,9 +21,6 @@ path = "../xencall"
[dependencies.xenstore]
path = "../xenstore"
[dependencies.xenevtchn]
path = "../xenevtchn"
[dev-dependencies]
env_logger = { workspace = true }