mirror of
https://codeberg.org/Tahinli/personality.git
synced 2025-07-08 07:17:09 +00:00
feat: ✨ main page, projects, posts
This commit is contained in:
parent
365eb43ba6
commit
25dc6e69c6
11 changed files with 764 additions and 0 deletions
27
Cargo.toml
Normal file
27
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue