mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 14:03:15 +08:00
* 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
11 lines
107 B
TOML
Vendored
11 lines
107 B
TOML
Vendored
[workspace]
|
|
|
|
resolver = "2"
|
|
|
|
members = [
|
|
"src-tauri",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
openssl = "^0.10.78"
|