summaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-06-21 10:35:10 -0400
committerJosh Ferrell <josh@vector35.com>2024-06-21 10:38:39 -0400
commit79b0ca38a2a11d73d01cdab0e12e1309d3298d58 (patch)
tree63902775f385a13ac53eb72eab98b8fb9a760b59 /docs/about
parentafba5a76a82ce411690ac9a02a0679e07e500812 (diff)
Add missing open source dependency
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/open-source.md3
1 files changed, 3 insertions, 0 deletions
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