polychat-plugin 0.3.0

A library containing types required to make a polychat plugin
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.cbindgen]
version = "0.20.0"
[dependencies.libc]
version = "0.2.113"

[lib]
crate_type = ["dylib", "rlib"]

[package]
description = "A library containing types required to make a polychat plugin"
edition = "2018"
license = "MIT"
name = "polychat-plugin"
repository = "https://github.com/polysoft1/polychat-plugin"
version = "0.3.0"