Ajoute un fichier manifeste à tous les paquets

This commit is contained in:
2022-12-08 14:50:36 +01:00
parent 8f0fa5428c
commit fc8a8ac998
3 changed files with 11 additions and 1 deletions

5
linked-list/oki.toml Normal file
View File

@@ -0,0 +1,5 @@
[package]
name = "linked-list"
version = "0.0.1"
description = "Minimalist simple linked list"
license = "MIT"

5
mths/oki.toml Normal file
View File

@@ -0,0 +1,5 @@
[package]
name = "mths"
version = "0.2.0"
description = "Numbers related helper macros"
license = "MIT"

View File

@@ -5,4 +5,4 @@ description = "Escape shell characters"
license = "MIT"
[dependencies]
static-string-builder = "^0.1"
static-string-builder = "^0.1.0"