mirror of
https://github.com/thilo-behnke/wasm-pong.git
synced 2026-02-14 14:39:51 +00:00
14 lines
299 B
TOML
14 lines
299 B
TOML
|
|
[package]
|
|
name = "kafka-script-proxy"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[workspace]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
hyper = {version = "0.14.18", features = ["full"]}
|
|
tokio = { version = "1", features = ["full"] }
|