Skip to content

Commit 4e622d8

Browse files
committed
Initial commit
0 parents  commit 4e622d8

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
/Cargo.lock

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[package]
2+
3+
name = "gcc"
4+
version = "0.0.1"
5+
authors = ["Alex Crichton <[email protected]>"]

src/lib.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)