This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

16 lines
258 B
TOML

[package]
name = "el-services"
version = "0.1.0"
edition = "2021"
description = "el-ui service bindings — write once, bind to any protocol"
license = "MIT"
[lib]
name = "el_services"
path = "src/lib.rs"
[dependencies]
thiserror = "1"
[dev-dependencies]