This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove useless dependency from proto crate.
wip
Titouan Rigoudy
4 years ago
parent
c05ed06809
commit
b822d30c1e
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Cargo.lock
+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"
Write
Preview
Loading…
Cancel
Save