Files @ a12023821ace
Branch filter:

Location: CSY/reowolf/bin-compiler/Cargo.toml - annotation

Max Henger
Merge branch 'feat-compiler-bin' into 'master'

feat: compiler binary

See merge request nl-cwi-csy/reowolf!2
[package]
name = "reowolf_compiler"
version = "0.1.0"
authors = [
    "Max Henger <henger@cwi.nl>",
    "Christopher Esterhuyse <esterhuy@cwi.nl>",
    "Hans-Dieter Hiep <hdh@cwi.nl>"
]
edition = "2021"

[dependencies]
reowolf_rs = { path = "../" }
clap = "3.0"