mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2024-11-28 05:16:43 -06:00
10 lines
230 B
TOML
10 lines
230 B
TOML
[package]
|
|
name = "unitdc-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
env_logger = "0.10.0"
|
|
unitdc = { path = "../../" }
|