...
This commit is contained in:
13
pkg2/heroscript/handlerfactory/rustclients/Cargo.toml
Normal file
13
pkg2/heroscript/handlerfactory/rustclients/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "rustclients"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
|
||||
[[example]]
|
||||
name = "fakehandler_example"
|
||||
path = "examples/fakehandler_example.rs"
|
Reference in New Issue
Block a user