Browse Source
This crate is currently empty but is hooked up to our CI, the cargo workspace, our publish script, etc.pull/2192/head
Nick Fitzgerald
4 years ago
6 changed files with 25 additions and 3 deletions
@ -0,0 +1,11 @@ |
|||
[package] |
|||
name = "peepmatic-souper" |
|||
version = "0.66.0" |
|||
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"] |
|||
edition = "2018" |
|||
license = "Apache-2.0 WITH LLVM-exception" |
|||
description = "Converting Souper optimizations into Peepmatic DSL" |
|||
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|||
|
|||
[dependencies] |
@ -0,0 +1 @@ |
|||
//! Converting Souper optimizations into Peepmatic DSL.
|
Loading…
Reference in new issue