mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
10 lines
189 B
TOML
10 lines
189 B
TOML
[package]
|
|
name = "analytics"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
js-sys = { workspace = true }
|
|
wasm-bindgen = { workspace = true }
|