diff --git a/server/wsproxy/Cargo.toml b/server/wsproxy/Cargo.toml index 5737d93..5c909d9 100644 --- a/server/wsproxy/Cargo.toml +++ b/server/wsproxy/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "stat" +name = "wsproxy" version = "0.1.0" edition = "2021" diff --git a/server/wsproxy/build.rs b/server/wsproxy/build.rs index d8b99a1..79067d9 100644 --- a/server/wsproxy/build.rs +++ b/server/wsproxy/build.rs @@ -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."); diff --git a/server/wsproxy/src/ss.rs b/server/wsproxy/src/ss.rs index 27c314f..56b7675 100644 --- a/server/wsproxy/src/ss.rs +++ b/server/wsproxy/src/ss.rs @@ -1,5 +1,6 @@ -pub mod ss_proto; +/*pub mod ss_proto; pub mod ss_msgid; pub use ss_proto::*; pub use ss_msgid::*; +*/ \ No newline at end of file