diff --git a/Cargo.lock b/Cargo.lock index c5b06ef..bc60184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,10 +23,6 @@ version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" -[[package]] -name = "ariadne-signature-profile-proto" -version = "0.1.0" - [[package]] name = "arrayvec" version = "0.7.4" @@ -52,6 +48,10 @@ dependencies = [ "url", ] +[[package]] +name = "aspm" +version = "0.1.0" + [[package]] name = "autocfg" version = "1.1.0" diff --git a/Cargo.toml b/Cargo.toml index 9af7df1..975974b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "ariadne-signature-profile-proto" +name = "aspm" 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" edition = "2021" diff --git a/crates/asp/Cargo.toml b/crates/asp/Cargo.toml index 90b1496..d60ce66 100644 --- a/crates/asp/Cargo.toml +++ b/crates/asp/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "asp" +description = "A library implementation of the ariadne signature profile specification v0" version = "0.1.0" edition = "2021"