forked from projectmoon/tenebrous-dicebot
Fix dependency specification for rpc crate in dicebot.
This commit is contained in:
parent
2488429edb
commit
c8c6f4d6f0
|
@ -40,7 +40,7 @@ substring = "1.4"
|
|||
fuse-rust = "0.2"
|
||||
tonic = "0.4"
|
||||
prost = "0.7"
|
||||
tenebrous-rpc = { path = "../rpc" }
|
||||
tenebrous-rpc = { path = "../rpc", version = "0.1.0" }
|
||||
|
||||
[dependencies.sqlx]
|
||||
version = "0.5"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Reference in New Issue