Files
packages/shell-escape/oki.toml

15 lines
277 B
TOML

[package]
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"