diff --git a/02_calcul_pi/Cargo.toml b/02_calcul_pi/Cargo.toml
index 8f0cffcce82eed1d85a37d88a2926da4fa339d04..63016f1bde152ade7cba3fd6c8c7706acf41be80 100644
--- a/02_calcul_pi/Cargo.toml
+++ b/02_calcul_pi/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "calcul_pi"
+name = "Tp2_Calcul_de_pi"
 version = "0.1.0"
 authors = ["Orestis Malaspinas <orestis.malaspinas@hesge.ch>",
 		   "Joel Cavat <joel.cavat@hesge.ch>",
@@ -7,4 +7,4 @@ authors = ["Orestis Malaspinas <orestis.malaspinas@hesge.ch>",
 		   "Orphée Antoniadis <orphee.antoniadis@hesge.ch>"]
 
 [dependencies]
-rust_hepia_lib = { path = "../../rust_hepia_lib" }
\ No newline at end of file
+rust_hepia_lib = { path = "../../rust_hepia_lib" }
diff --git a/03_tableaux/Cargo.toml b/03_tableaux/Cargo.toml
index 06a77cc142f365a8c865b7cb3ebe6ee7ef895be3..1775770d69407743b490f4d070e1ef1f5f08073b 100644
--- a/03_tableaux/Cargo.toml
+++ b/03_tableaux/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "tableaux"
+name = "Tp3_Tableaux"
 version = "0.1.0"
 authors = ["Orestis Malaspinas <orestis.malaspinas@hesge.ch>",
 		   "Joel Cavat <joel.cavat@hesge.ch>",
@@ -7,4 +7,4 @@ authors = ["Orestis Malaspinas <orestis.malaspinas@hesge.ch>",
 		   "Orphée Antoniadis <orphee.antoniadis@hesge.ch>"]
 
 [dependencies]
-rust_hepia_lib = { path = "../../rust_hepia_lib" }
\ No newline at end of file
+rust_hepia_lib = { path = "../../rust_hepia_lib" }