File: mise.toml

package info (click to toggle)
rust-editor-command 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
7
[tasks.doc]
sources = ["Cargo.toml", "src/**"]
run = "cargo doc"

[tasks.test]
sources = ["Cargo.toml", "src/**"]
run = "cargo test"