# [0.9.0](https://github.com/offendingcommit/openconcho/compare/v0.8.0...v0.9.0) (2026-05-28) ### Features * **web:** add global metadata visibility toggle ([e490d91](e490d911fc)) * **web:** add shared Breadcrumb component for workspace pages ([c6afc80](c6afc80fda)) * **web:** add workspace contextual sub-nav to sidebar ([62cae68](62cae68d05))
20 lines
411 B
TOML
20 lines
411 B
TOML
[package]
|
|
name = "openconcho"
|
|
version = "0.9.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"
|