[package] authors = ["Your Name "] categories = ["test-demo"] description = "A tool to search files" edition = "2018" homepage = "https://github.com/you/grrs" keywords = ["test-demo"] license = "MIT OR Apache-2.0" name = "arc-calc" readme = "README.md" repository = "https://github.com/you/grrs" version = "0.1.4" [workspace] exclude = [] members = [ "demo1", "demo2", ] [dependencies] # hyper = {version = "0.14", features = ["full"]} # once_cell = "1" # tokio = {version = "1", features = ["full"]} # [[bin]] # name = "test-demo1" # path = "src/main2.rs" # [[bin]] # name = "test-demo2" # path = "src/main3.rs" # [[bin]] # name = "test-demo3" # path = "demo2/src/main.rs"