From 075849614b1b722c0f95b32752da1acf35a4d421 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Tue, 14 Nov 2023 10:15:39 -0600 Subject: [PATCH] add approved depends list --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fbdc2bf..879b4d7 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,11 @@ OPENSOLARIS.LICENSE is the required CDDL license file. The `mei` directory contains the source code for all userspace commands. +## Approved Dependency List + +Currently, we are allowed to depend on the following crates and their dependencies: + + - [nix](https://crates.io/crates/nix) + - [clap](https://crates.io/crates/clap) + - [serde](https://crates.io/crates/serde) +