diff --git a/.vscode/settings.json b/.vscode/settings.json index 76ccb4cee1..e976c30fde 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -57,6 +57,8 @@ "src/deps/uws": true, "src/deps/zlib": true, "src/deps/lol-html": true, + "src/deps/c-ares": true, + "src/deps/tinycc": true, "test/snippets/package-json-exports/_node_modules_copy": true }, "C_Cpp.files.exclude": { diff --git a/README.md b/README.md index eddeffdcc8..a7b7836f2c 100644 --- a/README.md +++ b/README.md @@ -4940,7 +4940,8 @@ bun also statically links these libraries: - [`tinycc`](https://github.com/tinycc/tinycc), which is LGPL v2.1 licensed - [`uSockets`](https://github.com/uNetworking/uSockets), which is Apache 2.0 licensed - [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed -- `libicu` 66.1, which can be found here: +- [`c-ares`](https://github.com/c-ares/c-ares), which is MIT licensed +- `libicu` 72, which can be found here: - A fork of [`uWebsockets`](https://github.com/jarred-sumner/uwebsockets), which is Apache 2.0 licensed For compatibility reasons, these NPM packages are embedded into bun’s binary and injected if imported.