1
0
Fork 0
mirror of https://git.sr.ht/~spicywolf/k2spice synced 2025-01-18 17:59:39 +00:00

add approved depends list

This commit is contained in:
Ren Kararou 2023-11-14 10:15:39 -06:00
parent e160756d55
commit 075849614b
Signed by: spicywolf
GPG key ID: B0BA4EEC0714F8E6

View file

@ -22,3 +22,11 @@ OPENSOLARIS.LICENSE is the required CDDL license file.
The `mei` directory contains the source code for all userspace commands. 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)