summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 74281a97553d5b7f4c94f256aa1709c17dffae08 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "sbm-rs"
version = "0.1.0"
description = "Simple bookmarks manager written in Rust"
authors = ["Naz <ndpm13@ch-naseem.com>"]
license = "MIT"
repository = "https://git.ch-naseem.com/ndpm13/sbm-rs"
homepage = "https://git.ch-naseem.com/ndpm13/sbm-rs"
edition = "2024"

[dependencies]