File: Cargo.toml

package info (click to toggle)
python-maturin 1.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,540 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
members = [
  "generic_lib",
  "python"
]

[workspace.package]
version = "0.1.0"

[workspace.dependencies]
cfg-if = "1.0.0"
libc = { version = "0.2", features = ["std"] }
rand = "0.8"
generic_lib = { path = "generic_lib" }