[package] name = "libpt-ccc" publish.workspace = true version.workspace = true edition.workspace = true authors.workspace = true license.workspace = true description.workspace = true readme.workspace = true homepage.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4.1" num-traits = "0.2.16" libpt-core = { path = "../libpt-core" } libpt-log = { path = "../libpt-log" } libpt-math = { path = "../libpt-math" }