[package] name = "x-base" description = "Base framework for X" homepage = "https://github.com/libark/x" repository = "https://github.com/libark/x" documentation = "https://docs.rs/x-base" version = "0.1.1" authors = ["Zhou Wei "] license = "MIT OR Apache-2.0" categories = ["multimedia"] keywords = ["x"] edition = "2021" [dependencies] thiserror = "1.0" x-variant = { version = "0.1", path = "../libs/variant" }