pt/members/pt-bintols/Cargo.toml

21 lines
556 B
TOML
Raw Normal View History

2023-09-20 14:28:40 +02:00
[package]
name = "pt-bintols"
2023-09-20 18:15:53 +02:00
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
2023-09-20 14:28:40 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-09-20 18:15:53 +02:00
num-traits = "0.2.16"
2023-09-20 14:28:40 +02:00
pt-core = { version = "0.1.0", path = "../pt-core" }
pt-log = { version = "0.1.0", path = "../pt-log" }