mirror of
https://codeberg.org/tyy/aspm
synced 2024-12-22 19:29:28 -07:00
11 lines
308 B
TOML
11 lines
308 B
TOML
[package]
|
|
name = "aspm"
|
|
authors = ["Ty"]
|
|
description = "A tool to manage ariadne signature profiles, implementing v0 of the specification"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[workspace]
|
|
members = ["crates/*"]
|