input (2.0.2)
Published 2023-03-25 19:04:22 +00:00 by watsom27
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = true
cargo add input@2.0.2
About this package
Rust Template
Contains standard apps
/libs
workspace layout.
Also CI setup for linting/testing with default and all features.
Cargo features should be used for feature switching.
Some other workflow templates there too, but we dont gotta use them depending what we are building.
Dependencies
ID | Version |
---|---|
lazy_static | ^1.4.0 |
regex | ^1.5 |
serde | ^1.0 |
thiserror | ^1.0 |