From 2c9355fe665f221989575b98589d3df8670a2895 Mon Sep 17 00:00:00 2001 From: Dmitry Prudnikov Date: Sat, 5 Sep 2026 20:22:51 +0300 Subject: [PATCH] chore(package): name the maintainer in the embedded crate metadata --- coordinode-embedded/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/coordinode-embedded/Cargo.toml b/coordinode-embedded/Cargo.toml index b92618d..f590ae7 100644 --- a/coordinode-embedded/Cargo.toml +++ b/coordinode-embedded/Cargo.toml @@ -10,6 +10,7 @@ edition = "2021" rust-version = "1.90" description = "CoordiNode embedded Python bindings — in-process graph database, no server required" license = "Apache-2.0" +authors = ["Dmitry Prudnikov "] repository = "https://github.com/structured-world/coordinode-python" readme = "README.md"