Ignore tests dir; Cargo.toml changes
This commit is contained in:
parent
9d102c1e08
commit
7c42a42beb
|
@ -1,3 +1,4 @@
|
|||
/target
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
/tests
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "owoify"
|
||||
version = "0.1.0"
|
||||
authors = [""]
|
||||
authors = [" <@protonmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in New Issue