diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 11:05:29 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-13 11:05:29 +0200 |
commit | 7acf7aaaf4d1135579b60b98e054e180e9898539 (patch) | |
tree | 3b30034c635eee963fdcc2c43b4137b1cccecd90 /Cargo.toml |
initial commit
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..3f1c1dc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rsdsl_pd_config" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |