[package]
description = "Safe wrapper for cogcore-sys"
edition.workspace = true
license.workspace = true
name = "cogcore"
version.workspace = true
authors.workspace = true
categories.workspace = true
homepage.workspace = true
keywords.workspace = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
[target.'cfg(target_os = "linux")'.dependencies]
gio = "0.22"
glib = "0.22"
cogcore-sys = { path = "../cogcore-sys", version = "0.2.0" }
thiserror = "2.0"
[lints]
workspace = true