diff --git a/.drone.yml b/.drone.yml index dc4ce94..ee8caf4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,4 +41,4 @@ steps: files: /artifacts/* volumes: - name: artifacts - path: /artifcats/ \ No newline at end of file + path: /artifcats/ diff --git a/Cargo.toml b/Cargo.toml index 5526f7b..597965f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,10 @@ description = "Information gatherer for systems." version = "0.1.0" edition = "2021" +[registries] +gitea = { index = "https://gitea.sejo-it.be/SeJo-IT/_cargo-index" } + + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]