diff --git a/Cargo.toml b/Cargo.toml
index a0958fd..e52310d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "cppshift"
version = "0.1.0"
-authors = ["Jérémy HERGAULT"]
+authors = ["Jérémy HERGAULT", "Enzo PASQUALINI"]
description = "CPP parser and transpiler"
-repository = "https://github.com/reneca/cppshift"
+repository = "https://github.com/worldline/cppshift"
edition = "2024"
license = "Apache-2.0"
@@ -13,5 +13,5 @@ thiserror = "2"
[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
-reqwest = "0.12"
+reqwest = "0.13"
glob = "0.3"
diff --git a/README.md b/README.md
index f1d62a1..dd2f4aa 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# CppShift
+[
](https://github.com/worldline/cppshift)
+[
](https://crates.io/crates/cppshift)
+[
](https://docs.rs/cppshift)
+[
](https://github.com/worldline/cppshift/actions?query=branch%3Amain)
+[
](https://deps.rs/repo/github/worldline/cppshift)
+
This project provide a C++ scanner and a transpiler.
The goal is not to use compiled C++ like [cxx](https://cxx.rs/) can do, but to convert c++ code into native Rust.