Installation
Cargo setup, dependencies, and prerequisites for seismic-alloy
Prerequisites
Requirement
Version
Notes
Add to Cargo.toml
[dependencies]
seismic-alloy = { git = "https://github.com/SeismicSystems/seismic-alloy" }Pin to a Specific Revision
[dependencies]
seismic-alloy = { git = "https://github.com/SeismicSystems/seismic-alloy", rev = "abc1234" }Pin to a Branch
[dependencies]
seismic-alloy = { git = "https://github.com/SeismicSystems/seismic-alloy", branch = "main" }Workspace Crates
Crate
Description
Using Individual Crates
The Prelude
Key Dependencies
Dependency
Version
Purpose
Additional Runtime Dependencies
Minimal Working Example
Troubleshooting
OpenSSL Not Found
Rust Version Too Old
Git Authentication
Notes
See Also
Last updated

