php-tokio/examples/reqwest/Cargo.toml

16 lines
345 B
TOML
Raw Normal View History

2023-08-27 19:32:52 +02:00
[package]
name = "example-reqwest"
version = "0.1.0"
edition = "2021"
2023-08-27 19:52:56 +02:00
publish = false
2023-08-27 19:32:52 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
2023-10-11 19:33:03 +02:00
php-tokio = "^0.1.3"
2023-10-11 19:25:25 +02:00
ext-php-rs = { version = "^0.10.2", features = ["anyhow"] }
2023-08-27 20:25:28 +02:00
reqwest = "^0.11"
2023-10-11 19:28:14 +02:00
anyhow = "^1.0"