You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,15 @@ https://github.com/edera-dev
6
6
7
7
Protect computing workloads with advanced isolation technology.
8
8
9
-
This repo contains Edera's public protobuf definitions. The folder hierarchy, file naming and package naming schemes follow the [Buf style guide](https://buf.build/docs/best-practices/style-guide/).
9
+
This repo contains Edera's public protobuf definitions.
10
+
11
+
These protobufs are published to a [`buf.build` repo here](https://buf.build/edera-dev/protect).
12
+
13
+
You can include these protos in your own `buf.yaml` like so:
14
+
15
+
```yaml
16
+
deps:
17
+
- buf.build/edera-dev/protect
18
+
```
19
+
20
+
The folder hierarchy, file naming and package naming schemes follow the [Buf style guide](https://buf.build/docs/best-practices/style-guide/).
0 commit comments