Specified fork
This commit is contained in:
parent
08478b53d0
commit
103637ed46
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue