# [0.11.0](https://github.com/offendingcommit/openconcho/compare/v0.10.0...v0.11.0) (2026-05-28) ### Bug Fixes * harden token and URL handling ([5cfbae6](5cfbae6248)) ### Features * **docker:** add containerized web build with CORS guidance ([cfe07f1](cfe07f1900))
20 lines
412 B
TOML
20 lines
412 B
TOML
[package]
|
|
name = "openconcho"
|
|
version = "0.11.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "openconcho_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-http = "2"
|
|
tauri-plugin-shell = "2"
|
|
tauri-plugin-deep-link = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|