This commit is contained in:
azw 2024-08-07 22:25:28 +08:00
parent 4b956000bb
commit f8caf9f932
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "stat"
name = "wsproxy"
version = "0.1.0"
edition = "2021"

View File

@ -5,11 +5,12 @@ fn main() {
"proto/cs_msgid.proto",
"proto/cs_proto.proto",
])
/*
.out_dir("src/ss")
.inputs(&[//"proto/mt.proto",
"proto/ss_msgid.proto",
"proto/ss_proto.proto",
])
])*/
.include("proto")
.run()
.expect("Codegen failed.");

View File

@ -1,5 +1,6 @@
pub mod ss_proto;
/*pub mod ss_proto;
pub mod ss_msgid;
pub use ss_proto::*;
pub use ss_msgid::*;
*/