Ajoute les informations pour compiler

This commit is contained in:
2023-01-02 15:29:50 +01:00
parent fc8a8ac998
commit 4fb0450d60
15 changed files with 50 additions and 7 deletions

View File

@@ -3,6 +3,12 @@ name = "shell-escape"
version = "0.1.0"
description = "Escape shell characters"
license = "MIT"
include = ["src", "Makefile"]
[lib.c]
build-static = "make build/escape.a"
static-link = "build/escape.a"
export = "src"
[dependencies]
static-string-builder = "^0.1.0"