Ajoute le "kind" dans les fichiers manifestes

main
Colin FRIZOT 2 years ago
parent 4fb0450d60
commit 2a00fcb303

@ -1,6 +1,7 @@
[package]
name = "guess-mime-type"
version = "0.1.0"
kind = "c"
description = "Guess mime type from a filename"
license = "MIT"
include = ["src", "Makefile"]

@ -1,10 +1,12 @@
[package]
name = "linked-list"
version = "0.0.1"
kind = "c"
description = "Minimalist simple linked list"
license = "MIT"
include = ["src", "Makefile"]
[lib.c]
build-static = "make build/linkedList.a"
static-link = "build/linkedList.a"

@ -1,6 +1,7 @@
[package]
name = "mths"
version = "0.2.0"
kind = "c"
description = "Numbers related helper macros"
license = "MIT"
include = ["src", "Makefile"]

@ -1,6 +1,7 @@
[package]
name = "shell-escape"
version = "0.1.0"
kind = "c"
description = "Escape shell characters"
license = "MIT"
include = ["src", "Makefile"]

@ -1,6 +1,7 @@
[package]
name = "static-string-builder"
version = "0.1.1"
kind = "c"
description = "Global string builder"
license = "MIT"
include = ["src", "Makefile"]

Loading…
Cancel
Save