setup router python binding ci (#1999)

This commit is contained in:
Byron Hsu
2024-11-11 12:19:32 -08:00
committed by GitHub
parent ddeb9d42de
commit 00ffde206f
13 changed files with 254 additions and 161 deletions

3
rust/MANIFEST.in Normal file
View File

@@ -0,0 +1,3 @@
# Must include:
include Cargo.toml # Rust project configuration
recursive-include src *.rs # Rust source files