From 3de0fa3cbd6a17322e5b015b725e6739c816b6d1 Mon Sep 17 00:00:00 2001 From: Naoya Hatta Date: Wed, 29 May 2024 17:41:25 +0900 Subject: [PATCH] Remove documentation entry from Cargo.toml (#88) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc60e74..e72f062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ authors = ["Sentry "] keywords = ["javascript", "sourcemap", "sourcemaps"] description = "Basic sourcemap handling for Rust" homepage = "https://github.com/getsentry/rust-sourcemap" -documentation = "https://getsentry.github.io/rust-sourcemap/" repository = "https://github.com/getsentry/rust-sourcemap" license = "BSD-3-Clause" readme = "README.md"