Specified fork
This commit is contained in:
parent
08478b53d0
commit
103637ed46
|
@ -1,14 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ircparser"
|
name = "ircparser-vanten"
|
||||||
description = "An IRC (RFC1459) parser and formatter, built in Rust."
|
description = "An IRC (RFC1459) parser and formatter, built in Rust. (fork by vanten-s)"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Ethan Henderson"]
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
homepage = "https://github.com/parafoxia/ircparser"
|
repository = "https://forgejo.vanten-s.com/vanten-s/ircparser"
|
||||||
repository = "https://github.com/parafoxia/ircparser"
|
|
||||||
documentation = "https://docs.rs/ircparser"
|
|
||||||
keywords = ["irc", "rfc", "rfc1459", "parse"]
|
keywords = ["irc", "rfc", "rfc1459", "parse"]
|
||||||
categories = ["parser-implementations"]
|
categories = ["parser-implementations"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue