[package] name = "regix" version = "0.1.0" edition = "2021" authors = ["Seokmin Hong "] description = "TODO: Write a package description" license = "MIT" repository = "https://github.com/SeokminHong/regix" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [".", "registries/npm", "registries/crates.io"] [dependencies] regix-npm = { path = "./registries/npm", version = "0" } regix-crates-io = { path = "./registries/crates.io", version = "0" } axum = "0.6.8" tokio = { version = "1.25.0", features = ["full"] }