[package]
name = "ad_client"
version = "0.5.0"
edition = "2024"
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
license = "MIT"
repository = "https://github.com/sminez/ad"
documentation = "https://docs.rs/ad_client"
readme = "README.md"
description = "A Rust client API for the ad text editor"
include = [
"src/**/*",
"Cargo.toml",
"README.md"
]
keywords = [ "terminal", "editor", "text-editor", ]
categories = [ "development-tools", "text-editors", "command-line-utilities" ]
[dependencies]
ad_event = { version = "0.4", path = "../ad_event" }
ninep = { version = "0.5", path = "../ninep" }