diff --git a/Cargo.toml b/Cargo.toml index 9247865..c5368a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ "./benchmark", # A webpage with a stress test of the library. "./profile_target", # A binary that output a compelex SVG images, which can be profiled. ] +default-members = ['./lib'] [workspace.package] authors = ["martin "]