Browse Source

Remove useless dependency from proto crate.

wip
Titouan Rigoudy 4 years ago
parent
commit
b822d30c1e
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      Cargo.lock
  2. +0
    -1
      proto/Cargo.toml

+ 0
- 1
Cargo.lock View File

@ -760,7 +760,6 @@ dependencies = [
name = "solstice-proto"
version = "0.1.0"
dependencies = [
"anyhow",
"async-stream",
"bytes",
"encoding_rs",


+ 0
- 1
proto/Cargo.toml View File

@ -5,7 +5,6 @@ authors = ["letitz"]
edition = "2021"
[dependencies]
anyhow = "^1.0"
async-stream = "^0.3"
bytes = "^1.0"
encoding_rs = "^0.8"


Loading…
Cancel
Save