diff options
author | Ren Kararou <[email protected]> | 2023-11-14 10:15:39 -0600 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-11-14 10:15:39 -0600 |
commit | 075849614b1b722c0f95b32752da1acf35a4d421 (patch) | |
tree | 00fa2e0718f5bf5b596e1f51a5e0b5809eca33dd | |
parent | e160756d55224543015bbe32fd3d9149b75138a8 (diff) | |
download | k2spice-075849614b1b722c0f95b32752da1acf35a4d421.tar.gz k2spice-075849614b1b722c0f95b32752da1acf35a4d421.tar.bz2 k2spice-075849614b1b722c0f95b32752da1acf35a4d421.zip |
add approved depends list
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
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) + |