diff --git a/Cargo.lock b/Cargo.lock index 970f026..34d5c95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,23 +440,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "app" -version = "0.4.0" -dependencies = [ - "enum-map", - "fluent 0.15.0", - "image", - "qrcode", - "seed", - "serde", - "shared", - "strum", - "strum_macros", - "unic-langid", - "web-sys", -] - [[package]] name = "arc-swap" version = "1.3.0" @@ -2769,6 +2752,23 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "pslink-app" +version = "0.4.0" +dependencies = [ + "enum-map", + "fluent 0.15.0", + "image", + "qrcode", + "seed", + "serde", + "shared", + "strum", + "strum_macros", + "unic-langid", + "web-sys", +] + [[package]] name = "publicsuffix" version = "1.5.6" diff --git a/app/Cargo.toml b/app/Cargo.toml index 18ac1ed..afaad79 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "app" +name = "pslink-app" authors = ["Dietrich "] categories = ["web-programming", "network-programming", "web-programming::http-server", "command-line-utilities"] description = "A wasm frontend for pslink. The frontend communicates via json API." diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 0c9e770..679ee26 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -5,7 +5,7 @@ description = "A simple webservice that allows registered users to create short edition = "2018" keywords = ["url", "link", "webpage", "actix", "web"] license = "MIT OR Apache-2.0" -name = "shared" +name = "pslink-shared" readme = "../pslink/README.md" repository = "https://github.com/enaut/pslink/" version = "0.4.0"