mirror of
https://github.com/TrustTunnel/TrustTunnel.git
synced 2026-07-09 17:18:36 +00:00
Squashed commit of the following:
commit 3e8836cf2ac92ad22291d83b31e9ab83cbdb0330
Author: Sergei Gunchenko <s.gunchenko@adguard.com>
Date: Mon May 23 19:34:51 2022 +0300
add comment
commit f08a48bd6c7c386814417f89b6b818d1bfae8613
Author: Sergei Gunchenko <s.gunchenko@adguard.com>
Date: Mon May 23 19:28:36 2022 +0300
Fix readmes
commit a83825713de051cdc407a3885b0cab50739d9876
Author: Sergei Gunchenko <s.gunchenko@adguard.com>
Date: Mon May 23 19:23:54 2022 +0300
Fix merge artifact
commit fae5b022123a664b34ec3a5104f90d7f6405196f
Author: Sergei Gunchenko <s.gunchenko@adguard.com>
Date: Mon May 23 19:23:27 2022 +0300
Turn the project structure inside out
6 lines
155 B
Rust
6 lines
155 B
Rust
fn main() {
|
|
println!("cargo:rerun-if-changed=src/net_utils.c");
|
|
cc::Build::new()
|
|
.file("src/net_utils.c")
|
|
.compile("net_utils");
|
|
}
|