mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
Instead of implementing `Bytes for Option<T>`, a proxy is now used, as `dcb-bytes` is in a separate crate.
8 lines
69 B
TOML
8 lines
69 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"dcb",
|
|
"dcb-bytes",
|
|
"dcb-bytes-derive"
|
|
]
|