comments-rs 0.0.0

A tool for handling comments on webpages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "comments-rs"
version = "0.0.0"
edition = "2021"

description = "A tool for handling comments on webpages"
documentation = "https://docs.rs/comments-rs"
homepage = "https://comments.rs"
keywords = ["comments"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/jkellz-dev/comments-rs"

[dependencies]