Ajoute les informations pour compiler
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user