mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 04:11:43 +03:00
14 lines
285 B
TOML
14 lines
285 B
TOML
|
[package]
|
||
|
name = "enso-notification"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Enso Team <contact@enso.org>"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
|
||
|
[dependencies]
|
||
|
enso-prelude = { path = "../prelude" }
|
||
|
enso-executor = { path = "../executor" }
|
||
|
flo_stream = { version = "0.4.0" }
|
||
|
futures = { version = "0.3.1" }
|