Преглед на файлове

Revert old `num` crate description

Łukasz Jan Niemier преди 9 години
родител
ревизия
8450782413
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 authors = ["The Rust Project Developers"]
-description = "Metapackage exposing legacy interface of all `rust-num` crates"
+description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n"
 documentation = "http://rust-num.github.io/num"
 homepage = "https://github.com/rust-num/num"
 keywords = ["mathematics", "numerics"]