We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ce9c3 commit bd9d7a1Copy full SHA for bd9d7a1
README.md
@@ -82,6 +82,7 @@ This can be changed, but it is heavily discouraged.
82
| deny_policies | [String] | Optional | Deny policy rules | "/prefix/*", "*/subpath/*", "/path/to/file.proto" |
83
| prune | bool | Optional | Whether to prune unneeded transitive proto files | true /false |
84
| transitive | bool | Optional | Flags this dependency as transitive | true /false |
85
+| content_roots | [String] | Optional | Which subdirectories to import from | ["/myservice", "/com/org/client"] |
86
87
### Protofetch dependency toml example
88
0 commit comments