Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgao committed Mar 27, 2024
1 parent 7f0d976 commit 2eb67b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ edition = "2018"
[dependencies]
structopt = "0.3.26"
lazy_static = "1.4.0"
# protobuf = "3.4.0"
prost = "0.12"
# Only necessary if using Protobuf well-known types:
prost-types = "0.12"

[build-dependencies]
# protoc-rust = "3.0.0-alpha.2"
prost-build = "0.12"
3 changes: 1 addition & 2 deletions src/connection/message.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
syntax = "proto3";

option go_package = "qtun/protocol";
package message;

message Envelope {
oneof type {
Expand Down

0 comments on commit 2eb67b8

Please sign in to comment.