1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2024-12-22 19:29:28 -07:00
aspm/Cargo.toml
2023-06-26 21:15:34 -04:00

25 lines
690 B
TOML

[package]
name = "ariadne-signature-profile-proto"
authors = ["Ty"]
description = "A prototype implementation of the ariadne signature profile specification"
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.3.8", features = ["derive"] }
data-encoding = "2.4.0"
indoc = "2.0.1"
josekit = "0.8.3"
openssl = "0.10.55"
reqwest = "0.11.18"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.99"
sha2 = "0.10.7"
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] }
asp = { path = "crates/asp" }
[workspace]
members = ["crates/*"]