17 lines
298 B
TOML
17 lines
298 B
TOML
[workspace]
|
|
members = [
|
|
"enat-core",
|
|
"enat-web",
|
|
"enat-esp32",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
name = "enat"
|
|
description = "ESP32-based Network Automation Tool"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
authors = ["wh0crypt <wh0crypt@computer.org>"]
|
|
readme = "README.md"
|
|
license = "MIT"
|