You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
359 B
TOML
14 lines
359 B
TOML
[package]
|
|
name = "order_demo_service"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
url = "2.3"
|
|
mysql_async_wasi = "0.30"
|
|
hyper_wasi = { version = "0.15", features = ["full"] }
|
|
tokio_wasi = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
|