cargo-binstall/e2e-tests/manifests/private-github-repo-test-Cargo.toml
Jiahao XU be3aeca6b2
Add e2e-test/private-github-repo
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2024-06-05 23:36:32 +10:00

13 lines
338 B
TOML

[package]
name = "cargo-binstall"
description = "Rust binary package installer for CI integration"
repository = "https://github.com/cargo-bins/private-repo-for-testing"
version = "0.12.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
license = "GPL-3.0"
[[bin]]
name = "cargo-binstall"
path = "src/main.rs"