mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Fix cargo toml for 0.5 release
This commit is contained in:
parent
a6246ab3c4
commit
828d2d4a79
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ edition = "2018"
|
|||
[dependencies]
|
||||
linefeed = "0.6.0"
|
||||
clap = "2.33.1"
|
||||
rink-core = { path = "./core" }
|
||||
|
||||
[dependencies.rink-core]
|
||||
version = "0.5"
|
||||
path = "./core"
|
||||
|
||||
[workspace]
|
||||
members = ["core", "web", "irc"]
|
||||
|
|
Loading…
Reference in a new issue