kal 0.1.2

Command Abstraction Layer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.kal-derive]
optional = true
version = "0.1"

[features]
default = ["derive"]
derive = ["kal-derive"]

[package]
authors = ["RanolP <public.ranolp@gmail.com"]
description = "Command Abstraction Layer"
edition = "2021"
license = "MIT"
name = "kal"
readme = "README.md"
repository = "https://github.com/bot-any/kal"
version = "0.1.2"