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"