From a13756230e4eecb2ee06b5a2abe6ca37d2d416f3 Mon Sep 17 00:00:00 2001 From: esthertrapadoux Date: Wed, 30 Jul 2025 13:43:46 +0200 Subject: [PATCH] Update README.md Trigger vercel access --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38547c1ca4..4f8801541e 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,5 @@ We use [`cargo-about`](https://github.com/EmbarkStudios/cargo-about) to automati - Is it showing a `no license specified` error for a crate you've created? If so, add `publish = false` under `[package]` in your crate's Cargo.toml. - Is the error `failed to satisfy license requirements` for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the `accepted` array in `script/licenses/zed-licenses.toml`. - Is `cargo-about` unable to find the license for a dependency? If so, add a clarification field at the end of `script/licenses/zed-licenses.toml`, as specified in the [cargo-about book](https://embarkstudios.github.io/cargo-about/cli/generate/config.html#crate-configuration). + +