mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
{cert-gen,client,server}: Cargo.toml prefix rkvm-
This commit is contained in:
parent
b670f14e43
commit
7a4eabafac
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue