15 lines
264 B
TOML
15 lines
264 B
TOML
[package]
|
|
name = "calculet-pcie"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license = "GPL-2.0-only"
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
calculet-pcie-abi.workspace = true
|
|
rustix.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|