File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- [project ]
1+ [workspace ]
22name = " phylo2vec"
33version = " 1.6.0"
44description = " Phylo2Vec"
@@ -7,15 +7,12 @@ channels = ["conda-forge"]
77platforms = [" linux-64" , " osx-64" , " osx-arm64" ]
88
99[tasks ]
10- # We can build a project using cargo build
1110build = " cargo build"
12- # We can build and run a project in one step using cargo run
1311start = " cargo run"
1412test = " cargo test"
1513clean = " cargo clean"
1614fmt = " cargo fmt"
1715lint = { cmd = " cargo clippy" , depends-on = [" fmt" ] }
18- # We can build a project without producing a binary to check for errors using cargo check
1916check = " cargo check"
2017# Create an executable in target/release instead of target/debug,
2118# it will compile with optimizations
@@ -29,7 +26,9 @@ start-release = "cargo run --release"
2926open-doc = " cargo doc --open"
3027benchmark = " cargo bench && open target/criterion/report/index.html"
3128install-samply = " cargo install samply"
32- profile = { cmd = " cargo build --profile profiling && samply record target/profiling/profile_main" , depends-on = [" install-samply" ] }
29+ profile = { cmd = " cargo build --profile profiling && samply record target/profiling/profile_main" , depends-on = [
30+ " install-samply" ,
31+ ] }
3332
3433# ======= CI Environments ==========
3534[environments ]
You can’t perform that action at this time.
0 commit comments