From 7a4eabafac73f610c93ace029e284f509f24c06d Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sat, 16 Jan 2021 19:59:52 -0600 Subject: [PATCH] {cert-gen,client,server}: Cargo.toml prefix rkvm- --- certificate-gen/Cargo.toml | 2 +- client/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/certificate-gen/Cargo.toml b/certificate-gen/Cargo.toml index 2d28163..362d9af 100644 --- a/certificate-gen/Cargo.toml +++ b/certificate-gen/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "certificate-gen" +name = "rkvm-certificate-gen" version = "0.1.0" authors = ["htrefil <8711792+htrefil@users.noreply.github.com>"] edition = "2018" diff --git a/client/Cargo.toml b/client/Cargo.toml index 83ab274..2421a22 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "client" +name = "rkvm-client" version = "0.2.0" authors = ["Jan Trefil <8711792+htrefil@users.noreply.github.com>"] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index b417864..6d44802 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "server" +name = "rkvm-server" version = "0.2.0" authors = ["Jan Trefil <8711792+htrefil@users.noreply.github.com>"] edition = "2018"