diff --git a/Cargo.toml b/Cargo.toml index a90e446..294a204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ff" version = "0.1.0" authors = ["Sean Bowe "] -description = "Procedural macro library used to build custom prime field implementations" +description = "Library for building and interfacing with finite fields" documentation = "https://github.com/ebfull/ff" homepage = "https://github.com/ebfull/ff" license = "MIT/Apache-2.0"