mirror of
https://github.com/cloudflare/quiche.git
synced 2025-04-19 15:55:24 +08:00
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.
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
[submodule "boringssl"]
|
|
path = quiche/deps/boringssl
|
|
url = https://github.com/google/boringssl.git
|
|
ignore = dirty
|