mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-17 06:51:04 +00:00
Update the README to point at https://github.com/serde-rs
This commit is contained in:
+5
-3
@@ -3,9 +3,11 @@ name = "serde"
|
||||
version = "0.3.2"
|
||||
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A serialization/deserialization framework"
|
||||
repository = "https://github.com/erickt/rust-serde"
|
||||
documentation = "http://erickt.github.io/rust-serde/serde"
|
||||
description = "A generic serialization/deserialization framework"
|
||||
repository = "https://github.com/serde-rs/serde"
|
||||
documentation = "http://serde-rs.github.io/serde/serde"
|
||||
readme = "README.md"
|
||||
keywords = ["serialization"]
|
||||
|
||||
[dependencies]
|
||||
num = "*"
|
||||
|
||||
Reference in New Issue
Block a user