generated from ElnuDev/rust-project
Add metadata and license information
This commit is contained in:
parent
68028e700e
commit
eea354e322
5 changed files with 612 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
name = "tatoeba"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["ElnuDev <elnu@elnu.com>"]
|
||||
description = "A proxy of the Tatoeba API with no CORS restrictions."
|
||||
repository = "https://git.elnu.com/jichan.org/apis/"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ use clap::Parser;
|
|||
|
||||
pub const TATOEBA_API: &str = "https://tatoeba.org/en/api_v0/search";
|
||||
|
||||
/// A proxy of the Tatoeba API with no CORS restrictions.
|
||||
#[derive(Parser, Debug)]
|
||||
#[command(author, version, about, long_about = None)]
|
||||
struct Args {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue