We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c963489 commit 85d5239Copy full SHA for 85d5239
1 file changed
README.md
@@ -12,8 +12,11 @@ Build dependencies in Ubuntu 24.04 (other systems are similar):
12
13
## Using Verdict as a library
14
15
-The `verdict` crate can be used as a normal Rust library in your own project!
16
-See the [documentation](https://secure-foundations.github.io/verdict/verdict/index.html) for more details.
+To use the `verdict` in your Cargo crate:
+```
17
+cargo add verdict --git https://github.com/secure-foundations/verdict.git
18
19
+Please see our [documentation](https://secure-foundations.github.io/verdict/verdict/index.html) for examples and more details.
20
21
## Using the CLI
22
0 commit comments