feat: main page, projects, posts

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-14 04:54:08 +03:00
parent 365eb43ba6
commit 25dc6e69c6
11 changed files with 764 additions and 0 deletions

27
Cargo.toml Normal file
View file

@ -0,0 +1,27 @@
[package]
name = "personality"
version = "0.1.0"
authors = ["Ahmet Kaan GÜMÜŞ <96421894+Tahinli@users.noreply.github.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dioxus = { version = "0.6.1", features = ["web", "router"] }
# Debug
tracing = "0.1.41"
dioxus-logger = "0.6.1"
[profile]
[profile.wasm-dev]
inherits = "dev"
opt-level = 1
[profile.server-dev]
inherits = "dev"
[profile.android-dev]
inherits = "dev"