mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 18:12:31 +03:00
12 lines
198 B
TOML
12 lines
198 B
TOML
[package]
|
|
name = "fuzzly"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["rlib", "cdylib"]
|
|
|
|
[dependencies]
|
|
enso-prelude = { path = "../prelude" }
|