feat(project):放置全新的项目结构。

This commit is contained in:
徐涛
2024-04-01 14:51:43 +08:00
commit 2a65387ddc
25 changed files with 804 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!");
}