Current section

Files

Jump to
erqwest native Cargo.toml
Raw

native/Cargo.toml

[package]
name = "erqwest"
version = "0.1.0"
edition = "2018"
[lib]
name = "erqwest"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.22.0"
rustler_codegen = "0.22.0"
lazy_static = "1.0.0"
reqwest = { version = "0.11", features = ["native-tls"] }
tokio = { version = "1", features = ["rt-multi-thread", "sync"] }