mirror of
https://github.com/OMGeeky/twba.code-receiver.git
synced 2025-12-26 17:02:36 +01:00
15 lines
376 B
TOML
15 lines
376 B
TOML
[package]
|
|
name = "twba-code-receiver"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
twba-common.workspace = true
|
|
hyper = { version = "0.14", features = ["full", "server"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
url = "2.2.2"
|
|
lazy_static = "1.4"
|
|
tracing = "0.1.40"
|