You've already forked AstralRinth
forked from didirus/AstralRinth
Working mirroring of minecraft metadata
This commit is contained in:
21
daedalus_client/Cargo.toml
Normal file
21
daedalus_client/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "daedalus_client"
|
||||
version = "0.1.0"
|
||||
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
daedalus = { path = "../daedalus" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
futures = "0.3.17"
|
||||
dotenv = "0.15.0"
|
||||
log = "0.4.8"
|
||||
serde_json = "1.0"
|
||||
lazy_static = "1.4.0"
|
||||
thiserror = "1.0"
|
||||
reqwest = "0.11.4"
|
||||
|
||||
rusoto_core = "0.47.0"
|
||||
rusoto_s3 = "0.47.0"
|
||||
Reference in New Issue
Block a user