From 79b0ca38a2a11d73d01cdab0e12e1309d3298d58 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 21 Jun 2024 10:35:10 -0400 Subject: Add missing open source dependency --- docs/about/open-source.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 58668b6f..44ceb33c 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -122,6 +122,7 @@ The previous tools are used in the generation of our documentation, but are not - [indexmap] ([indexmap license] - APACHE 2.0 / MIT) - [input_buffer] ([input_buffer license] - APACHE 2.0 / MIT) - [ipnet] ([ipnet license] - APACHE 2.0 / MIT) + - [iset] ([iset license] - MIT) - [itertools] ([itertools license] - APACHE 2.0 / MIT) - [itoa] ([itoa license] - APACHE 2.0 / MIT) - [keyring] ([keyring license] - APACHE 2.0 / MIT) @@ -529,6 +530,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [input_buffer license]: https://github.com/snapview/input_buffer/blob/master/LICENSE-MIT [ipnet]: https://github.com/krisprice/ipnet [ipnet license]: https://github.com/krisprice/ipnet/blob/master/LICENSE-MIT +[iset]: https://github.com/tprodanov/iset +[iset license]: https://github.com/tprodanov/iset/blob/master/LICENSE [itertools]: https://github.com/rust-itertools/itertools [itertools license]: https://github.com/rust-itertools/itertools/blob/master/LICENSE-MIT [itoa]: https://github.com/dtolnay/itoa -- cgit v1.3.1