# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "lock" version = "0.1.0" authors = ["Nazım Can Altınova "] build = "build.rs" description = "Lock your system. Supports macOS, Linux, and Windows." homepage = "https://github.com/canaltinova/lock-rs" license = "MIT" repository = "https://github.com/canaltinova/lock-rs" [lib] name = "lock" path = "src/lib.rs" [[bin]] name = "lock" path = "src/main.rs"