botserver/src/package_manager
Rodrigo Rodriguez (Pragmatismo) 01e89c9358 feat: add actix-files dependency for file serving support
Added actix-files and its dependencies (http-range, mime_guess, unicase, v_htmlescape) to enable static file functionality in the botserver. This will allow serving static assets and files through the web server. The change includes all required transitive dependencies for proper file handling and MIME type detection.
2025-11-15 19:08:26 -03:00
..
cli.rs feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00
component.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
facade.rs feat: add actix-files dependency for file serving support 2025-11-15 19:08:26 -03:00
installer.rs feat(installer): add dummy command to prevent empty shell execution 2025-11-12 13:47:21 -03:00
mod.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
os.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00
package_manager.test.rs feat: refactor prompt compaction and clean up test files 2025-11-11 18:32:52 -03:00