feat: update botserver to v6.0.8 and refine desktop dependencies
- Bump version from 6.0.7 to 6.0.8 in Cargo.toml and Cargo.lock - Refactor desktop feature to use explicit dependency syntax - Remove outdated open source tools list from README-6.md
This commit is contained in:
parent
3bf29777a4
commit
d917722b00
7 changed files with 3 additions and 44 deletions
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"checkpoints": false
|
||||
}
|
||||
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -1,3 +0,0 @@
|
|||
* text=auto
|
||||
*.js eol=lf
|
||||
*.ts eol=lf
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1327,7 +1327,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "botserver"
|
||||
version = "6.0.7"
|
||||
version = "6.0.8"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-multipart",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "botserver"
|
||||
version = "6.0.7"
|
||||
version = "6.0.8"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Pragmatismo.com.br <contact@pragmatismo.com.br>",
|
||||
|
|
@ -41,8 +41,7 @@ default = []
|
|||
|
||||
vectordb = ["qdrant-client"]
|
||||
email = ["imap"]
|
||||
desktop = ["tauri"]
|
||||
official = ["tauri"]
|
||||
desktop = ["dep:tauri", "dep:tauri-plugin-dialog", "dep:tauri-plugin-opener"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
|
|
|||
16
README-6.md
16
README-6.md
|
|
@ -285,22 +285,6 @@ Licensed under terms specified in workspace configuration.
|
|||
- Bi-annual disaster recovery testing
|
||||
|
||||
|
||||
### **Key Open Source Tools in Rust/Go**:
|
||||
1. **Zitadel (Go)**: Identity and access management for secure authentication.
|
||||
2. **Stalwart (Rust)**: Secure email server for threat detection.
|
||||
3. **MinIO (Go)**: High-performance object storage for unstructured data.
|
||||
4. **Ubuntu Advantage (Go/Rust tools)**: Compliance and security tools for Ubuntu.
|
||||
5. **Tantivy (Rust)**: Full-text search engine for data discovery.
|
||||
6. **Drone (Go)**: CI/CD platform for DevOps automation.
|
||||
7. **Temporal (Go)**: Workflow orchestration engine.
|
||||
8. **Caddy (Go)**: Web server for seamless customer experiences.
|
||||
9. **SeaweedFS (Go)**: Distributed file system for secure file sharing.
|
||||
10. **Vector (Rust)**: Observability pipeline for monitoring.
|
||||
11. **Tyk (Go)**: API gateway for secure API management.
|
||||
12. **Vault (Go)**: Secrets management and encryption.
|
||||
13. **Hugging Face Transformers (Rust/Go bindings)**: LLM integration and fine-tuning.
|
||||
14. **Kubernetes (Go)**: Container orchestration for scalable deployments.
|
||||
15. **Matrix (Rust)**: Real-time communication and collaboration.
|
||||
|
||||
# API:
|
||||
|
||||
|
|
|
|||
15
gbot.cmd
15
gbot.cmd
|
|
@ -1,15 +0,0 @@
|
|||
@ECHO off
|
||||
|
||||
ECHO General Bots Command Line
|
||||
|
||||
IF EXIST node_modules goto COMPILE
|
||||
ECHO Installing Packages for the first time use (it may take several minutes)...
|
||||
CALL npm install --silent
|
||||
|
||||
:COMPILE
|
||||
IF EXIST dist goto ALLSET
|
||||
ECHO Compiling...
|
||||
npm run build
|
||||
|
||||
:ALLSET
|
||||
npm run start
|
||||
3
gbot.sh
3
gbot.sh
|
|
@ -1,3 +0,0 @@
|
|||
set +e
|
||||
clear && \
|
||||
RUST_LOG=trace,hyper_util=off cargo run
|
||||
Loading…
Add table
Reference in a new issue