You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "rude"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["rascul <root@rascul.xyz>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
colored = "1.9"
|
|
|
|
fern = { version = "0.6", features = ["colored"] }
|
|
|
|
lazy_static = "1.4"
|
|
|
|
log = "0.4"
|
|
|
|
mio = { version = "0.7", features = ["os-poll", "tcp"] }
|
|
|
|
rand = "0.7"
|
|
|
|
rusqlite = { version = "0.22", features = ["chrono", "uuid"] }
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
strum = "0.18"
|
|
|
|
strum_macros = "0.18"
|
|
|
|
toml = "0.5"
|
|
|
|
uuid = { version = "0.8", features = ["v4", "serde"] }
|
|
|
|
rust-argon2 = "0.8.2"
|