update rust_builder

This commit is contained in:
2024-02-06 20:35:52 +08:00
parent a6c9b46100
commit a3f6ecf8b6
54 changed files with 3854 additions and 19 deletions

View File

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

0
rust/src/api/http.rs Normal file
View File

View File

@ -3,3 +3,4 @@
//
pub mod downloader_api;
mod http;