mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 15:51:54 +03:00
11 lines
173 B
TOML
11 lines
173 B
TOML
[package]
|
|
name = "enso-callback"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
enso-prelude = { path = "../prelude" }
|