File: Cargo.toml

package info (click to toggle)
mercurial 7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 46,128 kB
  • sloc: python: 214,491; ansic: 56,606; tcl: 3,715; sh: 1,879; lisp: 1,483; cpp: 864; makefile: 792; javascript: 649; xml: 36
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
[workspace]
members = ["hg-core", "hg-pyo3", "rhg", "pyo3-sharedref"]
exclude = ["chg", "hgcli"]
resolver = "3"

[workspace.lints.clippy]
or_fun_call = "deny"