1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2024-12-23 02:29:29 -07:00

Rebrand to an actual tool, rather than a prototype :)

This commit is contained in:
TymanWasTaken 2023-06-29 00:28:48 -04:00
parent ea388904c2
commit 45586d2c37
Signed by: Ty
GPG key ID: 2813440C772555A4
3 changed files with 7 additions and 6 deletions

8
Cargo.lock generated
View file

@ -23,10 +23,6 @@ version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
[[package]]
name = "ariadne-signature-profile-proto"
version = "0.1.0"
[[package]] [[package]]
name = "arrayvec" name = "arrayvec"
version = "0.7.4" version = "0.7.4"
@ -52,6 +48,10 @@ dependencies = [
"url", "url",
] ]
[[package]]
name = "aspm"
version = "0.1.0"
[[package]] [[package]]
name = "autocfg" name = "autocfg"
version = "1.1.0" version = "1.1.0"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "ariadne-signature-profile-proto" name = "aspm"
authors = ["Ty"] authors = ["Ty"]
description = "A prototype implementation of the ariadne signature profile specification" description = "A tool to manage ariadne signature profiles, implementing v0 of the specification"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"

View file

@ -1,5 +1,6 @@
[package] [package]
name = "asp" name = "asp"
description = "A library implementation of the ariadne signature profile specification v0"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"