This commit is contained in:
Elnu 2022-07-23 13:40:32 -07:00
parent 90ffd9cf3b
commit 8b83950f80
3 changed files with 118 additions and 26 deletions

View file

@ -1,7 +1,12 @@
[package]
name = "soudan"
version = "0.1.0"
authors = ["ElnuDev <elnu@elnu.com>"]
edition = "2021"
description = "A Rust-based comment server using SQLite and an intuitive REST API."
homepage = "https://github.com/ElnuDev/soudan/"
repository = "https://github.com/ElnuDev/soudan/"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -22,3 +27,4 @@ chrono = { version = "0.4.19", features = ["serde"] }
reqwest = "0.11.11"
scraper = "0.13.0"
sanitize_html = "0.7.0"
clap = { version = "3.2.14", features = ["derive"] }