Skip to content

Commit

Permalink
fix: required features for example
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 committed Mar 9, 2025
1 parent 519a98e commit 3e58bf5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ license.workspace = true
authors.workspace = true
publish = false

# googleapis_beyondcorp_appgateways_v1
[[bin]]
name = "googleapis_beyondcorp_appgateways_v1"
path = "src/grpc/googleapis_beyondcorp_appgateways_v1/client.rs"

# hello
[[bin]]
name = "hello-grpc-server"
Expand Down Expand Up @@ -39,6 +36,12 @@ name = "hello-tls-grpc-client"
path = "src/grpc/tls/client.rs"
required-features = ["__tls"]

# googleapis_beyondcorp_appgateways_v1
[[bin]]
name = "googleapis_beyondcorp_appgateways_v1"
path = "src/grpc/googleapis_beyondcorp_appgateways_v1/client.rs"
required-features = ["__tls"]

# compression
[[bin]]
name = "compression-grpc-server"
Expand Down

0 comments on commit 3e58bf5

Please sign in to comment.