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

11
shared/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "hypha"
version.workspace = true
edition = "2021"
resolver = "2"
[dependencies]
serde = { workspace = true }
[lib]
path = "src/lib.rs"