mirror of
https://github.com/openharmony/commonlibrary_rust_ylong_json.git
synced 2026-06-30 22:08:36 -04:00
+1
-1
@@ -5,7 +5,7 @@ edition = "2021"
|
||||
description = "A JSON serialization file format"
|
||||
#readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_json"
|
||||
repository = "https://gitcode.com/openharmony-sig/commonlibrary_rust_ylong_json"
|
||||
keywords = ["ylong", "json", "serialization", "deserialization"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -54,7 +54,7 @@ ylong_json
|
||||
1. Add `ylong_json` to the dependency of `Cargo.toml`
|
||||
```toml
|
||||
[dependencies]
|
||||
ylong_json = { git = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
|
||||
ylong_json = { git = "https://gitcode.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
|
||||
```
|
||||
|
||||
### Use gn
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ ylong_json
|
||||
1. 在 `Cargo.toml` 的依赖中添加 `ylong_json`
|
||||
```toml
|
||||
[dependencies]
|
||||
ylong_json = { git = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
|
||||
ylong_json = { git = "https://gitcode.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
|
||||
```
|
||||
|
||||
### 使用 GN 编译
|
||||
|
||||
+2
-2
@@ -3,8 +3,8 @@
|
||||
"version": "4.0",
|
||||
"description": "Serialization and deserialization for JSON.",
|
||||
"publishAs": "code-segment",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_json",
|
||||
"homePage": "https://gitcode.com/openharmony",
|
||||
"repository": "https://gitcode.com/openharmony/commonlibrary_rust_ylong_json",
|
||||
"license": "Apache License 2.0",
|
||||
"language": "",
|
||||
"segment": {
|
||||
|
||||
Reference in New Issue
Block a user