oconnor663 / bao

an implementation of BLAKE3 verified streaming
Other
472 stars 23 forks source link

use a proper Cargo workspace, once feature selection bugs are fixed #18

Open oconnor663 opened 5 years ago

oconnor663 commented 5 years ago

See https://github.com/rust-lang/cargo/issues/5364. Currently specifying --no-default-features to test the no_std build doesn't work correctly in a workspace.