From 7207607a10dd57b99824feb471a205f2104f8b19 Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Sat, 29 Sep 2018 00:44:29 +0200
Subject: [PATCH] renamed projects

---
 02_calcul_pi/Cargo.toml | 4 ++--
 03_tableaux/Cargo.toml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/02_calcul_pi/Cargo.toml b/02_calcul_pi/Cargo.toml
index 8f0cffc..63016f1 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 06a77cc..1775770 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" }
-- 
GitLab