[crate] add deps

This commit is contained in:
2024-02-16 23:13:25 +05:30
parent bcdc5d6e0f
commit 9cee3325cc
2 changed files with 431 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "byte-pusher-emu"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5", features = ["derive"] }
log = "0.4.20"
simple_logger = "4.3"