{cert-gen,client,server}: Cargo.toml prefix rkvm-

This commit is contained in:
Cole Mickens 2021-01-16 19:59:52 -06:00
parent b670f14e43
commit 7a4eabafac
No known key found for this signature in database
GPG key ID: B475C2955744A019
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"