Specified fork

This commit is contained in:
vanten-s 2023-10-21 12:02:23 +02:00
parent 08478b53d0
commit 103637ed46
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -1,14 +1,11 @@
[package]
name = "ircparser"
description = "An IRC (RFC1459) parser and formatter, built in Rust."
name = "ircparser-vanten"
description = "An IRC (RFC1459) parser and formatter, built in Rust. (fork by vanten-s)"
version = "0.2.1"
edition = "2021"
authors = ["Ethan Henderson"]
readme = "README.md"
license = "BSD-3-Clause"
homepage = "https://github.com/parafoxia/ircparser"
repository = "https://github.com/parafoxia/ircparser"
documentation = "https://docs.rs/ircparser"
repository = "https://forgejo.vanten-s.com/vanten-s/ircparser"
keywords = ["irc", "rfc", "rfc1459", "parse"]
categories = ["parser-implementations"]