1
0
mirror of https://github.com/actix/examples synced 2025-03-13 00:22:48 +01:00
examples/unix-socket/Cargo.toml

10 lines
178 B
TOML
Raw Normal View History

[package]
name = "unix-socket"
2025-03-11 01:42:01 +00:00
edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
2023-03-14 03:11:49 +00:00
env_logger.workspace = true
log.workspace = true