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
PlexSheep b9f1b4e2ba
Release 0.2.6-alpha.0
libpt@0.2.6-alpha.0
libpt-bin@0.2.6-alpha.0
libpt-bintols@0.2.6-alpha.0
libpt-ccc@0.2.6-alpha.0
libpt-core@0.2.6-alpha.0
libpt-hedu@0.2.6-alpha.0
libpt-log@0.2.6-alpha.0
libpt-math@0.2.6-alpha.0
libpt-net@0.2.6-alpha.0

Generated by cargo-workspaces
2024-01-17 11:30:55 +01:00

21 lines
631 B
TOML

[package]
name = "libpt-hedu"
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]
anyhow = { workspace = true }
thiserror = { workspace = true }
libpt-log = { version = "0.2.6-alpha.0", path = "../libpt-log" }
libpt-bintols = { version = "0.2.6-alpha.0", path = "../libpt-bintols" }