[package]
edition = "2021"
name = "greentic-desktop-linux"
version = "0.1.14"
build = false
include = [
"src/**",
"Cargo.toml",
"../../README.md",
"../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux X11 and Wayland automation adapter model for Greentic Desktop."
homepage = "https://github.com/greenticai/greentic-desktop"
documentation = "https://docs.rs/greentic-desktop"
readme = false
keywords = [
"greentic",
"desktop",
"automation",
"runner",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/greenticai/greentic-desktop"
[lib]
name = "greentic_desktop_linux"
path = "src/lib.rs"
[dependencies.greentic-desktop-adapter]
version = "0.1"
[dependencies.greentic-desktop-automation-foundation]
version = "0.1"
[dependencies.greentic-desktop-platform]
version = "0.1"
[dependencies.greentic-desktop-recorder]
version = "0.1"
[dependencies.greentic-desktop-workflow]
version = "0.1"