forked from axodotdev/cargo-dist
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
cargo-dist/cargo-dist/tests/gallery/dist.rs
Lines 35 to 47 in 1b26290
/// axolotlsay 0.1.0 is a nice simple project with shell+powershell+npm+homebrew+msi installers in its release | |
pub static AXOLOTLSAY: TestContextLock<Tools> = TestContextLock::new( | |
&TOOLS, | |
&Repo { | |
repo_owner: "axodotdev", | |
repo_name: "axolotlsay", | |
commit_sha: "470fef1c2e1aecc35b1c8a704960d558906c58ff", | |
apps: &[App { | |
name: "axolotlsay", | |
bins: &["axolotlsay"], | |
}], | |
}, | |
); |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request