# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "momi" version = "0.3.3" authors = ["Kim tae hyeon "] description = "A simple CLI tool to create your minutes of meeting" readme = "README.md" license = "MIT" repository = "https://github.com/altair823/momi" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.log] version = "0.4.21" [dependencies.opener] version = "0.7.0" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_derive] version = "1.0.199" [dependencies.serde_json] version = "1.0.116" [dependencies.simplelog] version = "0.12.2" [dependencies.whoami] version = "1.5.1" [dev-dependencies.tempfile] version = "3.10.1"