dcb/Cargo.toml
Filipe Rodrigues 2a39f8b438 Moved Bytes interface to dcb-bytes crate.
Instead of implementing `Bytes for Option<T>`, a proxy is now used, as `dcb-bytes` is in a separate crate.
2020-09-20 02:34:39 +01:00

8 lines
69 B
TOML

[workspace]
members = [
"dcb",
"dcb-bytes",
"dcb-bytes-derive"
]