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-net/Cargo.toml

25 lines
851 B
TOML

[package]
name = "libpt-net"
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]
humantime = "2.1.0"
libpt-core = { version = "0.2.0-alpha.2", path = "../libpt-core", registry="cscherr" }
libpt-log = { version = "0.2.0-alpha.2", path = "../libpt-log", registry="cscherr" }
libpt-math = { version = "0.2.0-alpha.2", path = "../libpt-math", registry="cscherr" }
reqwest = { version = "0.11.20", features = ["blocking"] }
serde = { version = "1.0.188", features = ["serde_derive"] }
serde_json = "1.0.107"