eclaw 0.0.8

Personal AI assistant powered by Elph
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.96"
name = "eclaw"
version = "0.0.8"
authors = ["Aris Ripandi <aris@duck.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Personal AI assistant powered by Elph"
readme = "README.md"
license = "MIT"
repository = "https://github.com/riipandi/elph"
resolver = "2"

[[bin]]
name = "eclaw"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.elph-agent]
version = "0.0.8"