diff --git a/.zed/settings.json b/.zed/settings.json index c38a1d6..14b551a 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -1,9 +1,4 @@ { - "project_name": null, - "auto_install_extensions": { - "tombi": true, - "cargo-appraiser": true, - }, "languages": { "TOML": { "format_on_save": "on", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f4b83c..ee6138d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,4 +3,5 @@ How to Contribute We'd love to accept your patches and contributions to this project. We just need you to follow the Contributor License Agreement outlined -in the latest v0.0.x of https://github.com/Skrunix/license +in the latest v0.0.x of https://git.skrundz.dev/skrunix/license +(mirrored to https://github.com/skrunix/license) diff --git a/tombi.toml b/tombi.toml index 6ee615f..34aa2df 100644 --- a/tombi.toml +++ b/tombi.toml @@ -3,3 +3,9 @@ toml-version = "v1.0.0" [format.rules] indent-style = "tab" indent-width = 4 + +# Required for rust <1.94 +[[schemas]] +toml-version = "v1.0.0" +path = "tombi://www.schemastore.org/cargo.json" +include = ["Cargo.toml"]