17 lines
311 B
TOML
17 lines
311 B
TOML
[package]
|
|
name = "calculet-calrt"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
license-file = "LICENSE"
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
calculet-pcie.workspace = true
|
|
calculet-pcie-abi.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|