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.
23 lines
533 B
TOML
23 lines
533 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.1.2"
|
|
rusqlite = "0.24.1"
|
|
rand = "0.7.3"
|
|
base64 = "0.13.0"
|
|
structopt = "0.3.20"
|
|
dotenv = "0.15.0"
|
|
mac_address = "1.1.1"
|
|
hostname = "0.3.1"
|
|
log = "0.4.11"
|
|
env_logger = "0.8.1"
|
|
colored = "2.0.0"
|
|
chrono = "0.4.19"
|
|
toml = "0.5.7"
|
|
serde = { version = "1.0.117", features = ["serde_derive"] } |