mirror of
https://codeberg.org/tyy/aspm
synced 2024-12-22 20:39:29 -07:00
ea388904c2
I was going to refactor slowly, but it is easier just to scrap the entire binary and make a new one
11 lines
327 B
TOML
11 lines
327 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
|
|
|
|
[workspace]
|
|
members = ["crates/*"]
|