diff --git a/repos.yml b/repos.yml index 73933065..3689a8a9 100644 --- a/repos.yml +++ b/repos.yml @@ -802,3 +802,11 @@ repos: group: deepin-sysdev-team info: Discus aims to make df prettier, with features such as color, graphs, and smart formatting of numbers. + - repo: rust-either + group: deepin-sysdev-team + info: This metapackage enables feature "serde" for the Rust either crate, by pulling in any additional dependencies needed by that feature. + + - repo: rust-scopeguard + group: deepin-sysdev-team + info: Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. +