This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-20 14:28:40 +02:00
|
|
|
[package]
|
2023-09-29 18:24:19 +02:00
|
|
|
name = "libpt-bintols"
|
2023-09-20 18:15:53 +02:00
|
|
|
publish.workspace = true
|
2024-03-01 21:09:42 +01:00
|
|
|
version = "0.3.12"
|
2023-09-20 18:15:53 +02:00
|
|
|
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"
|
2024-01-17 13:57:47 +01:00
|
|
|
libpt-core = { workspace = true }
|
|
|
|
libpt-log = { workspace = true }
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|