gideon 0.0.1

Gideon helps developers discover hidden patterns in code.
# 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 = "2024"
name = "gideon"
version = "0.0.1"
authors = ["Loi Tran"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gideon helps developers discover hidden patterns in code."
homepage = "https://kb-blog-primetimetran.vercel.app/"
documentation = "https://docs.rs/gideon"
readme = false
keywords = [
    "virtualization",
    "visualization",
    "filesystem",
    "development-tools",
    "os",
]
categories = [
    "virtualization",
    "visualization",
    "filesystem",
    "development-tools",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/primetimetran/gideon"
resolver = "2"

[[bin]]
name = "gideon"
path = "src/main.rs"