From d72b2aef9abc1e31665fb680be0bd63012df21b7 Mon Sep 17 00:00:00 2001 From: missing Date: Wed, 3 Aug 2022 12:23:08 -0500 Subject: [PATCH] rename in Cargo.toml --- Cargo.lock | 44 ++++++++++++++++++++++---------------------- Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9ba169..2830937 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,28 +815,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "registry" -version = "0.1.0" -dependencies = [ - "async-trait", - "axum", - "futures-core", - "futures-util", - "hmac-sha256", - "once_cell", - "semver", - "serde", - "serde_json", - "sqlx", - "tokio", - "tokio-util", - "toml", - "tower", - "tower-http", - "tracing-subscriber", -] - [[package]] name = "ring" version = "0.16.20" @@ -1454,6 +1432,28 @@ dependencies = [ "try-lock", ] +[[package]] +name = "warehouse" +version = "0.1.0" +dependencies = [ + "async-trait", + "axum", + "futures-core", + "futures-util", + "hmac-sha256", + "once_cell", + "semver", + "serde", + "serde_json", + "sqlx", + "tokio", + "tokio-util", + "toml", + "tower", + "tower-http", + "tracing-subscriber", +] + [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" diff --git a/Cargo.toml b/Cargo.toml index be9ddf7..f739e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "registry" +name = "warehouse" version = "0.1.0" edition = "2021"