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
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,38 +31,18 @@ There are several ways to include this library in your project:
31
31
32
32
Bazel provides a streamlined dependency management experience. To include this library in your project with Bazel, ensure you are using Bazel 7.0 or later, as Bzlmod is enabled by default.
33
33
34
-
##### A. Modern Approach: Using Bzlmod with Git Override (Recommended)
35
-
36
-
This is the modern, recommended approach that automatically handles all dependencies:
With this approach, all of this library's dependencies (nlohmann_json, spdlog, asio, etc.) will be automatically pulled in and version-managed by Bazel.
49
45
50
-
##### B. Traditional Approach: Using HTTP Archive
51
-
52
-
If you prefer the traditional approach, add the following to your `MODULE.bazel` or `WORKSPACE.bazel` file:
0 commit comments