mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
14 lines
282 B
TOML
14 lines
282 B
TOML
[package]
|
|
name = "clibrojo"
|
|
version = "0.1.0"
|
|
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rojo = { path = ".." }
|