mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 06:21:31 +11:00
prepare for crates.io
This commit is contained in:
parent
30fa1b175c
commit
8b29a04af8
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/target
|
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "valence"
|
||||
version = "0.0.1"
|
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "valence"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
description = "Coming soon to a package manager near you!"
|
||||
repository = "github.com/rj00a/valence"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
|
@ -1,2 +1,4 @@
|
|||
# valence
|
||||
WIP
|
||||
Coming soon to a package manager near you!
|
||||
|
||||
(Valence is a WIP Rust library.)
|
||||
|
|
0
src/lib.rs
Normal file
0
src/lib.rs
Normal file
Loading…
Reference in a new issue