gitignore + cargo.lock

This commit is contained in:
Evann Regnault 2023-06-28 15:30:46 +02:00
parent c07d25ccc7
commit 1414d8b6f7
3 changed files with 1958 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
target

1956
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package]
name = "obsessed-yanqing"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
authors = ["Evann Regnault"]
license = "MIT"