2023-06-25 22:35:50 -06:00
|
|
|
[package]
|
2023-06-28 22:28:48 -06:00
|
|
|
name = "aspm"
|
2023-06-25 22:35:50 -06:00
|
|
|
authors = ["Ty"]
|
2023-06-28 22:28:48 -06:00
|
|
|
description = "A tool to manage ariadne signature profiles, implementing v0 of the specification"
|
2023-06-25 22:35:50 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2023-06-26 19:15:34 -06:00
|
|
|
[workspace]
|
|
|
|
members = ["crates/*"]
|
2023-06-28 23:38:09 -06:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.71"
|
|
|
|
app_dirs2 = "2.5.5"
|
|
|
|
clap = { version = "4.3.9", features = ["derive"] }
|
|
|
|
thiserror = "1.0.40"
|