From cab22cc818bc9d4ee2afd00f3aa43a284b69b5f9 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 10 Sep 2024 19:12:06 +0100 Subject: [PATCH] chore: prepare `autonomi` crate for publishing Fix the reference to `sn_client` and do the other boilerplate stuff that is required for a crate to be published. --- autonomi/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 971f673d98..6a25b198cf 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -1,7 +1,13 @@ [package] +authors = ["MaidSafe Developers "] +description = "Autonomi client API" name = "autonomi" +license = "GPL-3.0" version = "0.1.0" edition = "2021" +homepage = "https://maidsafe.net" +readme = "README.md" +repository = "https://github.com/maidsafe/safe_network" [features] default = []