forked from MightyPork/crsn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
437 B
17 lines
437 B
4 years ago
|
[package]
|
||
|
name = "sexp"
|
||
|
version = "1.1.4"
|
||
|
authors = ["Clark Gaebel <cg.wowus.cg@gmail.com>"]
|
||
|
|
||
|
documentation = "https://cgaebel.github.io/sexp"
|
||
|
homepage = "https://github.com/cgaebel/sexp"
|
||
|
repository = "https://github.com/cgaebel/sexp"
|
||
|
|
||
|
readme = "README.md"
|
||
|
|
||
|
keywords = [ "sexp", "parsing", "s-expression", "file-format" ]
|
||
|
|
||
|
description = "A small, simple, self-contained, s-expression parser and pretty-printer."
|
||
|
|
||
|
license = "MIT"
|