diff --git a/Cargo.toml b/Cargo.toml index ccca324..0aafccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" license = "MIT" description = "Rusty webpack-sources port." keywords = ["sources", "sourcemap"] -repository = "https://github.com/web-infra-dev/rspack-sources" +repository = "https://github.com/rstackjs/rspack-sources" documentation = "https://docs.rs/rspack-sources" readme = "README.md" diff --git a/README.md b/README.md index b5e0cd2..668d84b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # rspack-sources -[![CI](https://github.com/web-infra-dev/rspack-sources/actions/workflows/CI.yaml/badge.svg)](https://github.com/web-infra-dev/rspack-sources/actions/workflows/CI.yaml) -[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/web-infra-dev/rspack-sources) +[![CI](https://github.com/rstackjs/rspack-sources/actions/workflows/CI.yaml/badge.svg)](https://github.com/rstackjs/rspack-sources/actions/workflows/CI.yaml) +[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/rstackjs/rspack-sources) -Rust port of [`webpack-sources`](https://github.com/webpack/webpack-sources). +Rust port of [`webpack-sources`](https://github.com/webpack/webpack-sources), providing composable sources and source map utilities for Rspack. + +## Documentation + +API reference: + +## Credits + +Thanks to the contributors of [`webpack-sources`](https://github.com/webpack/webpack-sources) for the original design. + +## License + +[MIT licensed](https://github.com/rstackjs/rspack-sources/blob/main/LICENSE).