diff options
author | cc <cc@localhost> | 2025-08-20 16:41:49 -0700 |
---|---|---|
committer | cc <cc@localhost> | 2025-08-20 16:41:49 -0700 |
commit | 173d7f73646d6e20b2c0b4e7a051d7e0f9c445c0 (patch) | |
tree | e5e2701f7e830c70b922e48f063166304bc37864 /Cargo.toml |
Initial Commit
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..eb9cc17 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "r_lib" +version = "0.0.1" +edition = "2024" + +[dependencies] |