diff options
author | eug-vs <eugene@eug-vs.xyz> | 2023-01-20 23:52:38 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2023-01-20 23:52:38 +0300 |
commit | 3284607b0461e4bd4386b324f8bdf63835ed22c9 (patch) | |
tree | 64964060a3fd731bdbebb5a2abc1f31b7507241d /Cargo.toml | |
parent | 203abeafb94b977236bd6a9a2d0f33173f6f0d1b (diff) | |
download | chessnost-3284607b0461e4bd4386b324f8bdf63835ed22c9.tar.gz |
chore: add project files
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..369c5be --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "chessnost" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |