aboutsummaryrefslogtreecommitdiff
path: root/karyons_net/Cargo.toml
blob: 70e1917bc7ec67182e9663838c7cf2bbe2ad86db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "karyons_net"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
karyons_core = { path = "../karyons_core" }

smol = "1.3.0"
async-trait = "0.1.74"
pin-project-lite = "0.2.13"
log = "0.4.20"
bincode = { version="2.0.0-rc.3", features = ["derive"]}
chrono = "0.4.30"
rand = "0.8.5"
thiserror = "1.0.47"
dirs = "5.0.1"
url = "2.4.1"