diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-02-03 09:04:47 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-02-03 09:20:04 +1300 |
commit | d29420c886d77095c99761f6deb71081f7bc8dcb (patch) | |
tree | 331fac599cc723d72e3bfd2c8fd95b23d33896bd /Cargo.toml | |
download | log-d29420c886d77095c99761f6deb71081f7bc8dcb.zip |
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..027da86 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "log" +version = "0.1.0" +edition = "2021" + +[dependencies] |