summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-11-07 18:55:32 -0500
committerGlenn Smith <glenn@vector35.com>2023-11-13 17:22:16 -0500
commit1716451033063812056349156332128984540962 (patch)
tree7a12ab7cdb9c15ffadfaa42651e7fe044ff7befa /docs
parent0cc0b1ce9f7e1bcf4b8fac581ab4e5a354906ba4 (diff)
Add fmt library to api
Diffstat (limited to 'docs')
-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 9f9f70e3..65780aec 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -37,6 +37,7 @@ The previous tools are used in the generation of our documentation, but are not
- [curl] ([curl license] - MIT)
- [xxHash] ([xxHash License] - 2-clause BSD)
- [botan] ([botan license] - 2-clause BSD)
+ - [fmt] ([fmt license] - MIT)
* Core (Rust)
- [Rust] ([Rust license] - Apache 2.0 / MIT)
@@ -423,6 +424,8 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[fallible-iterator license]: https://github.com/sfackler/rust-fallible-iterator/blob/master/LICENSE-MIT
[flate2]: https://github.com/rust-lang/flate2-rs
[flate2 license]: https://github.com/rust-lang/flate2-rs/blob/main/LICENSE-MIT
+[fmt]: https://github.com/fmtlib/fmt
+[fmt license]: https://github.com/fmtlib/fmt/blob/master/LICENSE
[fnv]: https://github.com/servo/rust-fnv
[fnv license]: https://github.com/servo/rust-fnv/blob/master/LICENSE-MIT
[form_urlencoded]: https://github.com/servo/rust-url