diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-13 16:47:02 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-13 16:47:02 +0800 |
commit | 95aaa2790a75e9e5476a53ff52d324b4201ef39b (patch) | |
tree | db7b12291a0aa17e3b444785555a3350a9b925a7 /structure/Cargo.toml | |
parent | 0cebf66a1816e5bf3c005dff6fb17bba55c1517f (diff) |
Introduce structs
Diffstat (limited to 'structure/Cargo.toml')
-rw-r--r-- | structure/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/structure/Cargo.toml b/structure/Cargo.toml new file mode 100644 index 0000000..087ac90 --- /dev/null +++ b/structure/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "structure" +version = "0.1.0" +authors = ["Jordan Gong <jordan.gong@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |