mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
14 lines
328 B
TOML
14 lines
328 B
TOML
[package]
|
|
name = "roc-cli"
|
|
version = "0.1.0"
|
|
authors = ["Richard Feldman <richard.t.feldman@gmail.com>"]
|
|
repository = "https://github.com/rtfeldman/roc"
|
|
readme = "README.md"
|
|
keywords = ["roc", "gui"]
|
|
edition = "2018"
|
|
description = "A CLI for Roc"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
roc = { path = "../", version = "0.1.0" }
|