diff options
| author | Dominik Kaiser | 2026-06-02 23:23:57 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-06-02 23:23:57 +0200 |
| commit | 4632dd8e9e95a377993ef677a157202fda8072f9 (patch) | |
| tree | 60990f769556109c98e697c72dac1ad92f774d0f /Cargo.toml | |
| download | ecs-4632dd8e9e95a377993ef677a157202fda8072f9.tar.gz ecs-4632dd8e9e95a377993ef677a157202fda8072f9.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..70148ae --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "ecs" +version = "0.1.0" +edition = "2024" + +[dependencies] |
