backend_module/Cargo.toml

8 lines
112 B
TOML
Raw Permalink Normal View History

2024-06-12 16:10:37 +08:00
[package]
name = "backend_module"
version = "0.1.0"
edition = "2021"
[dependencies]
hitc = { path = "./hitc" }