Skip to content

Commit

Permalink
chore(authors): update author email in Cargo.toml
Browse files Browse the repository at this point in the history
- Changed author email to [email protected] in Cargo.toml.
  • Loading branch information
AndrielFR committed Jan 3, 2025
1 parent ebc087b commit c0e40ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rust-anilist"
version = "0.1.2"
authors = ["Andriel Ferreira <[email protected]>"]
authors = ["Andriel Ferreira <[email protected]>"]
license = "MTI"
description = """
Just an Anilist wrapper.
Expand All @@ -13,7 +13,7 @@ categories = ["api-binding"]
edition = "2021"

[dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1", features = ["macros"] }
serde = { version = "1", features = ["derive"] }
chrono = "*"
reqwest = "*"
Expand Down

0 comments on commit c0e40ad

Please sign in to comment.