加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sebastian Mandrean 提交于 2021-10-18 02:32 . Bump version to 0.7.1
[package]
name = "har"
version = "0.7.1"
authors = ["Sebastian Mandrean <sebastian.mandrean@gmail.com>"]
edition = "2018"
description = "A HTTP Archive format (HAR) serialization & deserialization library."
license = "MIT"
repository = "https://github.com/mandrean/har-rs"
documentation = "https://docs.rs/har"
readme = "README.md"
keywords = ["har", "serialization", "deserialization", "json", "yaml"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
thiserror = "1.0"
[dependencies.serde_with]
version = "1.6"
features = ["serde_with_macros"]
[dev-dependencies]
glob = "0.3.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化