feat(XCamera): 实现异步抓图功能并优化图像处理
fix(nginx): 调整企业微信回调代理路径 feat(gateway): 添加企业微信消息处理功能 docs: 更新项目规划文档和企业微信配置详情 refactor(XCamera): 重构LED检测和图像处理逻辑 test: 添加ONVIF抓图测试功能
This commit is contained in:
20
ESP32/my_usb_project/rust_app/Cargo.toml
Normal file
20
ESP32/my_usb_project/rust_app/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "my_usb_rust_app"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "rust_app"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
esp-hal = { version = "1.0.0-rc.1", features = ["esp32s3"] }
|
||||
esp-backtrace = { version = "0.18", features = ["esp32s3", "println"] }
|
||||
esp-println = { version = "0.16", features = ["esp32s3"] }
|
||||
panic-halt = "0.2"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
debug = true
|
||||
Reference in New Issue
Block a user