From 00fcfe9e22e20c4688d44bbb2eb8b8579e0583cc Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 13 May 2022 20:30:22 +0800 Subject: [PATCH] new naming --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6de6fb430..39d890201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ name = "librustdesk" crate-type = ["cdylib", "staticlib", "rlib"] [[bin]] -name = "lic" -path = "src/lic_main.rs" +name = "naming" +path = "src/naming.rs" [features] inline = []