Files
OpenBB/desktop/Cargo.toml
Danglewood a08d5d75d0 [BugFix] Update openssl in cargo.toml and Remove dll and dylibs From Repo (#7478)
* update openssl in cargo.toml, and remove dll and dylibs from repo

* cargo fmt

* cargo clippy

* cargo fmt again

* unused-mut

* adjust build.rs for test container

* windows runner setup

* fix masos linking

* same treatment for sbom files
2026-04-23 21:46:03 +00:00

11 lines
107 B
TOML
Vendored

[workspace]
resolver = "2"
members = [
"src-tauri",
]
[workspace.dependencies]
openssl = "^0.10.78"