We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc550d3 commit 996ecb2Copy full SHA for 996ecb2
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Changelog
2
+
3
+## [v0.1.0] - 2020-11-17
4
+- Initial release.
5
6
+[v0.1.0]: https://github.com/libra/lcs/releases/tag/v0.1.0
Cargo.toml
@@ -3,10 +3,10 @@ name = "libra-canonical-serialization"
version = "0.1.0"
authors = ["Libra Association <[email protected]>"]
description = "Libra Canonical Serialization (LCS)"
-repository = "https://github.com/libra/libra"
7
-homepage = "https://libra.org"
+documentation = "https://docs.rs/libra-canonical-serialization"
+repository = "https://github.com/libra/lcs"
8
+readme = "README.md"
9
license = "Apache-2.0"
-publish = false
10
edition = "2018"
11
12
[dependencies]
0 commit comments