Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintype committed May 1, 2024
2 parents 781c390 + 38547b3 commit 61922a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# rust-translation
# rust-translate

A simple Rust crate for text translation between languages.

## Overview

`rust-translation` is a easy-to-use Rust crate that simplifies the process of translating text into different languages using the Google Translate API.
`rust-translate` is a easy-to-use Rust crate that simplifies the process of translating text into different languages using the Google Translate API.

## Features

Expand All @@ -14,14 +14,16 @@ A simple Rust crate for text translation between languages.

## Installation

Add `rust-translation` and `tokio` to your `Cargo.toml` file:
Add `rust-translate` and `tokio` to your `Cargo.toml` file:

```toml
[dependencies]
rust-translation = "0.1.2"
rust-translate = "X.X.X"
tokio = { version = "1.0", features = ["full"] }
```

Add the latest version of `rust-translate` with `cargo add rust-translate`.

## Usage

```rust
Expand Down

0 comments on commit 61922a2

Please sign in to comment.