mirror of
https://github.com/Zenithsiz/ftmemsim.git
synced 2026-02-03 17:52:16 +00:00
11 lines
242 B
TOML
11 lines
242 B
TOML
[package]
|
|
name = "ftmemsim"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.2.7", features = ["derive"] }
|
|
itertools = "0.10.5"
|
|
tracing = "0.1.37"
|
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|