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.
19 lines
496 B
19 lines
496 B
5 years ago
|
[package]
|
||
|
name = "yuurei"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Avril <flanchan@cumallover.me>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
tokio = {version = "0.2", features=["full"]}
|
||
|
async-trait = "0.1.40"
|
||
|
chrono = "0.4.15"
|
||
|
uuid = {version = "0.8", features=["v4"]}
|
||
|
once_cell = "1.4.1"
|
||
|
crypto = {package= "cryptohelpers", version = "0.1", features= ["async", "sha256"]}
|
||
|
|
||
|
[build-dependencies]
|
||
|
rustc_version = "0.2"
|