forked from SoniEx2/rust.eventbus
Fix repository
This commit is contained in:
parent
505fd7fc89
commit
bfb4b4b2d7
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "eventbus"
|
name = "eventbus"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
|
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
|
||||||
description = "Safe, fast and concurrent event system, inspired by the MinecraftForge event bus."
|
description = "Safe, fast and concurrent event system, inspired by the MinecraftForge event bus."
|
||||||
keywords = ["event", "safe", "fast", "concurrent", "bus"]
|
keywords = ["event", "safe", "fast", "concurrent", "bus"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
repository = "https://bitbucket.org/TeamSoni/eventbus.rs"
|
repository = "https://cybre.tech/SoniEx2/rust.eventbus"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "1.1.0"
|
lazy_static = "1.1.0"
|
||||||
|
|
Loading…
Reference in New Issue