mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 04:14:35 +00:00
13 lines
150 B
TOML
13 lines
150 B
TOML
[package]
|
|
name = "echo-messaging"
|
|
edition = "2021"
|
|
version = "0.1.0"
|
|
|
|
[workspace]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wit-bindgen = "0.32"
|