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

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

[[bin]]
name = "kei"
path = "src/main.rs"

[dependencies]