Add Cargo workspace, crate skeletons and the gate
Implemented-By: Laguna S 2.1 (OpenCode)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Egress
|
||||
|
||||
Every outbound network call the project makes, at run time or in development. Nothing else is
|
||||
allowed.
|
||||
|
||||
| When | From | To | What |
|
||||
|---|---|---|---|
|
||||
| Development | `cargo` | crates.io | Downloading the crates listed in `docs/dependencies.md` |
|
||||
| Development | `make audit` | github.com/rustsec/advisory-db | The RustSec advisory database, fetched by `cargo deny check advisories` |
|
||||
Reference in New Issue
Block a user