You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
662 B
TOML
29 lines
662 B
TOML
[package]
|
|
name = "snekcloud-server"
|
|
version = "0.1.0"
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
vented = "0.10.5"
|
|
rusqlite = "0.24.1"
|
|
rand = "0.7.3"
|
|
base64 = "0.13.0"
|
|
structopt = "0.3.20"
|
|
mac_address = "1.1.1"
|
|
hostname = "0.3.1"
|
|
log = "0.4.11"
|
|
colored = "2.0.0"
|
|
chrono = "0.4.19"
|
|
toml = "0.5.7"
|
|
serde = { version = "1.0.117", features = ["serde_derive"] }
|
|
config = "0.10.1"
|
|
glob = "0.3.0"
|
|
scheduled-thread-pool = "0.2.5"
|
|
num_cpus = "1.13.0"
|
|
lazy_static = "1.4.0"
|
|
parking_lot = "0.11.0"
|
|
serde_json = "1.0.59"
|
|
fern = "0.6.0" |