# 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] name = "mojo" version = "0.1.0" authors = ["Sudeep Jathar "] exclude = [ "build", "target", "*.log", ] autotests = false description = "Versioning filesystem for sqlite database. This is a placeholder but the project is real" homepage = "https://github.com/sudeep9/mojo" documentation = "https://github.com/sudeep9/mojo" keywords = [ "sqlite", "filesystem", "versioning", ] categories = [ "filesystem", "sqlite", ] license = "MIT" repository = "https://github.com/sudeep9/mojo"