php-tokio/examples/reqwest/Cargo.toml
2023-10-11 19:36:12 +02:00

16 lines
345 B
TOML

[package]
name = "example-reqwest"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
php-tokio = "^0.1.4"
ext-php-rs = { version = "^0.10.2", features = ["anyhow"] }
reqwest = "^0.11"
anyhow = "^1.0"