From 4b99b1458bfe01d01a8f32571ddd13683e7008ac Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg <118265418+CrabNejonas@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:30:39 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9981bf..4805d75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "fst-no-std" version = "0.4.7" #:version -authors = ["Andrew Gallant "] +authors = ["Andrew Gallant ", "Jonas Kruckenberg "] description = """ Use finite state transducers to compactly represents sets or maps of many strings (> 1 billion is possible). """ -documentation = "https://docs.rs/fst" -homepage = "https://github.com/BurntSushi/fst" -repository = "https://github.com/BurntSushi/fst" +documentation = "https://docs.rs/fst-no-std" +homepage = "https://github.com/CrabNejonas/fst" +repository = "https://github.com/CrabNejonas/fst" readme = "README.md" keywords = ["search", "information", "retrieval", "dictionary", "map"] license = "Unlicense/MIT"