Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
68 B
Rust
Raw Normal View History

extern crate rust_dep;
pub fn main() {
rust_dep::rust_dep();
}