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-15 17:00:22 +02:00
|
|
|
[package]
|
|
|
|
name = "pt-net"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-15 17:28:57 +02:00
|
|
|
humantime = "2.1.0"
|
|
|
|
pt-core = { version = "0.1.0", path = "../pt-core" }
|
|
|
|
pt-log = { version = "0.1.0", path = "../pt-log" }
|
|
|
|
pt-math = { version = "0.1.0", path = "../pt-math" }
|
|
|
|
reqwest = { version = "0.11.20", features = ["blocking"] }
|
|
|
|
serde = { version = "1.0.188", features = ["serde_derive"] }
|
|
|
|
serde_json = "1.0.107"
|