1
1
mirror of https://github.com/oxalica/nil.git synced 2024-11-22 11:22:46 +03:00
This commit is contained in:
oxalica 2022-07-18 10:39:12 +08:00
commit 42c2333b8b
4 changed files with 14 additions and 0 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 = "nil"
version = "0.0.0"

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "nil"
version = "0.0.0"
edition = "2021"
[dependencies]

0
src/lib.rs Normal file
View File