mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-08 15:56:48 +00:00
8 lines
283 B
TOML
8 lines
283 B
TOML
[workspace]
|
|
members = [ "app","service"]
|
|
|
|
|
|
# API 模块:基于 Actix Web 提供 RESTful 接口,调用 service 模块的功能。
|
|
# 测试:编写单元测试和集成测试,确保服务的可靠性。
|
|
# 镜像管理:实现缓存逻辑,并支持镜像解包和检查功能
|