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
Clean up unused solstice-proto dependencies.
wip
Titouan Rigoudy
4 years ago
parent
be6319177f
commit
d21ffc29d9
2 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Cargo.lock
+1
-3
proto/Cargo.toml
+ 0
- 2
Cargo.lock
View File
@ -741,10 +741,8 @@ dependencies = [
"bytes",
"encoding_rs",
"env_logger 0.9.0",
"futures",
"log",
"md-5",
"parking_lot",
"serde",
"serde_json",
"thiserror",
+ 1
- 3
proto/Cargo.toml
View File
@ -7,14 +7,12 @@ edition = "2021"
[
dependencies
]
bytes
=
"^1.0"
encoding_rs
=
"^0.8"
env_logger
=
"^0.9"
futures
=
"^0.3"
log
=
"^0.4"
md
-5
=
"^0.9"
parking_lot
=
"^0.11"
serde
=
{
version
=
"^1.0"
,
features
=
[
"derive"
]
}
thiserror
=
"^1.0"
tokio
=
{
version
=
"^1.0"
,
features
=
[
"full"
]
}
[
dev
-
dependencies
]
env_logger
=
"^0.9"
serde_json
=
"^1.0"
Write
Preview
Loading…
Cancel
Save