Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
CrabNejonas authored Jan 17, 2024
1 parent a5b4e74 commit 4b99b14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "fst-no-std"
version = "0.4.7" #:version
authors = ["Andrew Gallant <[email protected]>"]
authors = ["Andrew Gallant <[email protected]>", "Jonas Kruckenberg <[email protected]>"]
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"
Expand Down

0 comments on commit 4b99b14

Please sign in to comment.