prepare for crates.io

This commit is contained in:
Ryan 2022-01-20 06:39:49 -08:00
parent 30fa1b175c
commit 8b29a04af8
6 changed files with 20 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/target

7
Cargo.lock generated Normal file
View 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
View 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]

View file

@ -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
View file