@ -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 @@
name = "linked-list"
version = "0.0.1"
description = "Minimalist simple linked list"
[lib.c]
build-static = "make build/linkedList.a"
static-link = "build/linkedList.a"
name = "mths"
version = "0.2.0"
description = "Numbers related helper macros"
name = "shell-escape"
description = "Escape shell characters"
name = "static-string-builder"
version = "0.1.1"
description = "Global string builder"