generated from PlexSheep/baserepo
23 lines
619 B
TOML
23 lines
619 B
TOML
[package]
|
|
name = "pt-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"
|
|
pt-core = { version = "0.1.7", path = "../pt-core" }
|
|
pt-log = { version = "0.1.7", path = "../pt-log" }
|
|
pt-math = { version = "0.1.7", path = "../pt-math" }
|