zonne 0.2.3

Mr.Z's Rust Open Source Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "zonne"
version = "0.2.3"
edition = "2021"
authors = ["zonne <1545589093@qq.com>"]
description = "Mr.Z's Rust Open Source Library"
license = "WTFPL"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]


[lib]
name = "zonne"
path = "src/lib.rs"