Skip to content

Commit 4842d2a

Browse files
committed
first commit
0 parents  commit 4842d2a

37 files changed

+7435
-0
lines changed

.cargo/config.default

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
rustflags = ["--cfg", "tokio_unstable"]
3+
rustdocflags = ["--cfg", "tokio_unstable"]

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
rustflags = ["--cfg", "tokio_unstable"]
3+
rustdocflags = ["--cfg", "tokio_unstable"]

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
target/
2+
build/
3+
_build/
4+
builddir/
5+
build-aux/app
6+
build-aux/.flatpak-builder/
7+
src/config.rs
8+
*.ui.in~
9+
*.ui~
10+
.flatpak/
11+
.flatpak-builder/
12+
flatpak_app/
13+
vendor
14+
vendor.tar
15+
/result
16+
17+
debian/*
18+
!debian/*install
19+
!debian/*postinst
20+
!debian/changelog
21+
!debian/copyright
22+
!debian/control
23+
!debian/links
24+
!debian/rules
25+
!debian/source

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)