about summary refs log tree commit diff stats
path: root/usr/src/mei/echo/Cargo.toml
blob: 8ec00ee9c40b0fd76c0b3394d4e15e2e5c66951a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "echo"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "echo"
path = "src/echo.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]