mirror of
https://github.com/danog/php-tokio.git
synced 2024-11-30 04:39:44 +01:00
15 lines
354 B
TOML
15 lines
354 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.2"
|
|
nicelocal-ext-php-rs = { version = "^0.10.4", features = ["anyhow"] }
|
|
reqwest = "^0.11"
|
|
anyhow = "^1.0" |