From 47522ed63eda6a1988184aa6f0fa2dacdd3550ce Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 29 Mar 2023 08:36:03 -0700 Subject: [PATCH] Add more docs on updater directory --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bec65da..656ae33 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,7 @@ See cli/README.md for more documentation on the library. * cli: Test the updater library via the Rust API (for development). * dart_cli: Test ffi wrapping of updater library. * library: The rust library that does the actual update work. +* dart_bindings: The Dart bindings for the updater library. + +All of the interesting code is in the `library` directory. There is also +a README.md in that directory explaining the design.