From fc8a8ac998b7ca159b8fddbed5dce6ab4b24f608 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Thu, 8 Dec 2022 14:50:36 +0100 Subject: [PATCH] =?UTF-8?q?Ajoute=20un=20fichier=20manifeste=20=C3=A0=20to?= =?UTF-8?q?us=20les=20paquets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linked-list/oki.toml | 5 +++++ mths/oki.toml | 5 +++++ shell-escape/oki.toml | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 linked-list/oki.toml create mode 100644 mths/oki.toml diff --git a/linked-list/oki.toml b/linked-list/oki.toml new file mode 100644 index 0000000..bbc4f4f --- /dev/null +++ b/linked-list/oki.toml @@ -0,0 +1,5 @@ +[package] +name = "linked-list" +version = "0.0.1" +description = "Minimalist simple linked list" +license = "MIT" diff --git a/mths/oki.toml b/mths/oki.toml new file mode 100644 index 0000000..47be0a7 --- /dev/null +++ b/mths/oki.toml @@ -0,0 +1,5 @@ +[package] +name = "mths" +version = "0.2.0" +description = "Numbers related helper macros" +license = "MIT" diff --git a/shell-escape/oki.toml b/shell-escape/oki.toml index dffada7..fd9c617 100644 --- a/shell-escape/oki.toml +++ b/shell-escape/oki.toml @@ -5,4 +5,4 @@ description = "Escape shell characters" license = "MIT" [dependencies] -static-string-builder = "^0.1" +static-string-builder = "^0.1.0"