gitcraft 0.1.123

A template project for GitHub-related utilities.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Dependencies

#[path = "common/mod.rs"]
mod common;

// Integration tests

#[path = "integration/license_tests.rs"]
mod license_tests;

#[path = "integration/gitignore_tests.rs"]
mod gitignore_tests;

#[path = "integration/issue_tests.rs"]
mod issue_tests;

#[path = "integration/pr_tests.rs"]
mod pr_tests;