Basic example to try the harmony! macro
This commit is contained in:
14
examples/hello_world/Cargo.toml
Normal file
14
examples/hello_world/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "hello_world"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[example]]
|
||||
name = "hello_world"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.89"
|
||||
harmony = { version = "0.1.0", path = "../../harmony" }
|
||||
harmony_macros = { version = "0.1.0", path = "../../harmony_macros" }
|
||||
tokio = "1.48.0"
|
||||
Reference in New Issue
Block a user