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.
pt/members/libpt-hedu/Cargo.toml

21 lines
530 B
TOML
Raw Normal View History

[package]
2023-09-29 18:24:19 +02:00
name = "libpt-hedu"
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
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-16 11:31:05 +01:00
anyhow = { workspace = true }
thiserror = { workspace = true }
2024-01-16 14:04:06 +01:00
libpt-log = {path = "../libpt-log" }