mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Add deps - rand, logging
This commit is contained in:
parent
8a23616920
commit
e94a9c81e2
2 changed files with 92 additions and 37 deletions
|
@ -32,6 +32,10 @@ serde_yaml = "0.9.16"
|
|||
build_html = "2.2.0"
|
||||
uuid = { version = "1.3.3", features = ["v4"] }
|
||||
base64 = "0.21.2"
|
||||
fastrand = "1.9.0"
|
||||
log = "0.4.18"
|
||||
pretty_env_logger = "0.5.0"
|
||||
dotenvy = "0.15.7"
|
||||
|
||||
[dev-dependencies]
|
||||
lipsum = "0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue