qiniu-http 0.0.6

Qiniu HTTP Interface for Rust
1
2
3
4
5
6
7
use anyhow::Result;
use vergen::{vergen, Config};

fn main() -> Result<()> {
    // Generate the default 'cargo:' instruction output
    vergen(Config::default())
}