minhcord/Cargo.toml
minhtrannhat ab00e9b55e
Feat: Auto find internal IP address
- Updated README.md to reflect changes
2022-08-19 15:39:15 -04:00

14 lines
314 B
TOML

[package]
name = "minh_cord"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.1"
tokio = { version = "1.18.2", features = ["full"] }
log = "0.4.17"
env_logger = "0.9.0"
local-ip-address = "0.4.7"