quiche/.gitmodules
Alessandro Ghedini bbe6e2ab22 convert repo to cargo workspace
This should make it easier to add new crates to the repo (e.g. no need
to add CI jobs for each one), and just generally makes more sense than
stuffing everything that is not quiche itself under tools/.

Pretty much all the changes are related to build scripts and related
things. All the actual code is just moved around.
2021-11-30 11:37:01 +00:00

5 lines
117 B
Plaintext

[submodule "boringssl"]
path = quiche/deps/boringssl
url = https://github.com/google/boringssl.git
ignore = dirty