blob: 96b670420d17e1c584a22377c7431ef36115ee2d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// copyleft (ɔ) 2021-2021 the senpy club
// SPDX-License-Identifier: GPL-3.0-only
pub const GITHUB_USER_CONTENT: &str =
"https://raw.githubusercontent.com/laynH/Anime-Girls-Holding-Programming-Books/master/";
pub const GITHUB_API_ENDPOINT: &str = "https://api.github.com/repos/laynH/Anime-Girls-Holding-Progr\
amming-Books/git/trees/master?recursive=1";
pub const USER_AGENT: &str = env!("CARGO_PKG_NAME");
|