testCargoTwo 0.1.5

test cargo publish
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "testCargoTwo"
version = "0.1.5"
edition = "2021"
license = "Apache-2.0"
description = "test cargo publish"
homepage = "https://xxxxxtest"
authors = ["ruoye <1280087919@qq.com>"]
# repository = "https://code.byted.org/aweme-go/bcache.git"
# publish = ["artifact-rust"]

[dependencies]
testCargo = "0.1.3"

[features]
png = []
webp = ["png"]