[package] name = "frenezulo_beta" version = "0.1.0" edition = "2021" repository = "https://github.com/kali6o4/frenezulo" categories = ["wasm", "lunatic"] license = "MIT" authors = ["Kai Jellinghaus "] readme = "README.md" description = "temporary crate to test with shuttle.rs" [dependencies] anyhow = "1.0.64" bytes = "1.2.1" lunatic = { version = "0.11.1", features = ["msgpack_serializer"]} multimap = "0.8.3" serde = "1.0.144" serde_bytes = "0.11.7" submillisecond = { version = "0.2.0-alpha0", features = ["json"]} frenezulo-macros-beta = "0.1.0" # [patch.crates-io] # lunatic = { path = "../lunatic-rs"} # submillisecond = { path = "../submillisecond" } [dependencies.compiler_builtins] version = "0.1.79" git = "https://github.com/rust-lang/compiler-builtins" features = ["c"] [workspace] members = [ "services/hello-world-service", "crates/frenezulo-macros" ]