Split into isle and islec crates

This commit is contained in:
Chris Fallin
2021-09-14 23:24:49 -07:00
parent e751f12ac5
commit 521010cc4f
14 changed files with 42 additions and 13 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "isle"
version = "0.1.0"
authors = ["Chris Fallin <chris@cfallin.org>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
log = "0.4"