refactor(project):修改一个子项目的路径。

This commit is contained in:
徐涛
2024-04-01 15:12:20 +08:00
parent af58ea9a2e
commit 888b6354ae
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "license_server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cert_lib = { path = "../cert_lib" }

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}