generated from PlexSheep/baserepo
23 lines
578 B
TOML
23 lines
578 B
TOML
[package]
|
|
name = "libpt-bintols"
|
|
publish.workspace = true
|
|
version = "0.5.1"
|
|
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-traits = "0.2.16"
|
|
libpt-core = { workspace = true }
|
|
libpt-log = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
thiserror = { workspace = true }
|