-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
25 lines (22 loc) · 861 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "sclan"
version = "0.3.0"
edition = "2021"
license = "BSD-3-Clause-Clear"
keywords = ["network", "utility", "quic", "p2p", "productivity"]
categories = ["network-programming", "command-line-utilities"]
repository = "https://github.com/Flaise/sclan"
readme = "README.md"
description = "Simple Communication over Local Area Network"
exclude = ["screenshots/"]
[dependencies]
crossterm = "0.22"
tui = "0.17"
unicode-width = "0.1"
gethostname = "0.2.2"
clipboard = "0.5.0"
time = { version = "0.3.7", features = ["formatting", "macros", "local-offset"] }
textwrap = { version = "0.15", default-features = false, features = ["unicode-width"] }
tokio = { version = "1.17.0", features = ["rt", "time", "net", "macros", "fs", "io-util"] }
# 2.32MB straight up to 7.51MB with one dependency...
qp2p = { version = "0.28.5", default-features = false }