[package] name = "rseven-core" version = "0.0.0" authors = ["Gerry Agbobada "] edition = "2018" license = "LGPL-3.0-or-later" description = "A R7RS-small scheme." repository = "https://git.sr.ht/~gagbo/rseven" homepage = "https://git.sr.ht/~gagbo/rseven" keywords = ["r7rs", "scheme"] categories = ["parser-implementations"] [lib] name = "rseven_lib" path = "src/lib.rs" [[bin]] name = "rseven" path = "src/bin/rseven.rs" [dependencies]